Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C99
-pedantic

Author

anonymous

over 4 years ago

$ gcc prog.c -Wall -Wextra -std=c99 -pedantic
prog.c:15:6: warning: return type of 'main' is not 'int' [-Wmain]
   15 | void main () {
      |      ^~~~
Exit Code:
20