Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc 10.1.0

Options
Warnings
Don't Use Boost
Compiler Default
no pedantic

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra
prog.cc: In function 'void piyo(bool, bool, bool)':
prog.cc:4:16: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    4 |     if (a || b && c) hoge();
      |              ~~^~~~
Exit Code:
0