Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180828 (experimental)

Options
Warnings
Boost 1.68.0
C++17
-pedantic

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=c++17 -pedantic
prog.cc: In instantiation of 'void foo::bar(S&&) [with S = int]':
prog.cc:19:12:   required from here
prog.cc:7:18: warning: unused parameter 's' [-Wunused-parameter]
7 |     void bar(S&& s)
  |              ~~~~^
prog.cc: In instantiation of 'void foo::bar(S&&) [with S = double]':
prog.cc:20:14:   required from here
prog.cc:7:18: warning: unused parameter 's' [-Wunused-parameter]
is integral
NOT integral
Exit Code:
0