Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C

Compiler

gcc 8.3.0

Options
Warnings
C11
no pedantic
Raw compiler options
-Wpedantic

Author

anonymous

about 6 years ago

$ gcc prog.c -Wall -Wextra -std=c11 -Wpedantic
prog.c:3:32: warning: '-Werror' is not an option that controls warnings [-Wpragmas]
 #pragma GCC diagnostic ignored "-Werror"
                                ^~~~~~~~~
prog.c: In function 'main':
prog.c:6:9: warning: unused variable 'i' [-Wunused-variable]
     int i = 3;
         ^
Exit Code:
0