Author
anonymous
over 3 years ago
C++
gcc 11.1.0
$ 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) { | ^~~~~~~~