Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C99
-pedantic

Author

anonymous

almost 5 years ago

$ gcc prog.c -Wall -Wextra -std=c99 -pedantic
prog.c: In function 'main':
prog.c:4:12: warning: unused variable 'b' [-Wunused-variable]
    4 |     int a, b;
      |            ^
prog.c:4:9: warning: unused variable 'a' [-Wunused-variable]
    4 |     int a, b;
      |         ^
1111
222
33
4
Exit Code:
0