Closed
Description
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
Assignees
Labels
No labels