Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C

Compiler

gcc 4.9.4

Options
Warnings
C99
-pedantic-errors

Author

anonymous

over 3 years ago

$ gcc prog.c -Wall -Wextra -std=c99 -pedantic-errors
prog.c: In function 'main':
prog.c:7:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if (murder = true) {
     ^
kill!
Exit Code:
0