You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
^
When compiling our C++ software with plog, we have the following gcc warning (multiple times):
gcc version:
gcc 5.4.0-6ubuntu1
gcc flags:
-std=c++03 -pg -O0 -g -Wall -Wextra -pthread
plog version:
1.1.3
The text was updated successfully, but these errors were encountered: