8000 gcc warning when compiling with plog · Issue #79 · SergiusTheBest/plog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
gcc warning when compiling with plog #79
Closed
@eldadr

Description

@eldadr

When compiling our C++ software with plog, we have the following gcc warning (multiple times):

../plog/include/plog/Record.h:99:11: warning: ‘class plog::Record’ has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
     class Record
           ^

gcc version: gcc 5.4.0-6ubuntu1
gcc flags: -std=c++03 -pg -O0 -g -Wall -Wextra -pthread
plog version: 1.1.3

5408

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0