Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Warnings
Boost 1.78.0
C++17
no pedantic

Author

anonymous

over 3 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.78.0-gcc-11.1.0/include -std=c++17
prog.cc:15:15: warning: 'void helpers::logValue(const A&)' defined but not used [-Wunused-function]
   15 |   static void logValue(const A &a) {
      |               ^~~~~~~~
Exit Code:
0