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.76.0
C++11
no pedantic

Author

anonymous

over 3 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=c++11
prog.cc: In function 'int main()':
prog.cc:15:8: warning: unused variable 'b' [-Wunused-variable]
   15 |    int b = func2(4,3);
      |        ^
Hello World
Exit Code:
0