Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Warnings
Boost 1.76.0
C++14
no pedantic

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=c++14
prog.cc: In function 'int main()':
prog.cc:8:6: warning: unused variable 'p2' [-Wunused-variable]
    8 | int *p2 = &(++i);
      |      ^~
Exit Code:
0