Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C

Compiler

gcc 8.2.0

Options
Warnings
C11(GNU)
no pedantic
Raw compiler options
-Wall -Wdate-time

Author

anonymous

over 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11 -Wall -Wdate-time
prog.c: In function 'main':
prog.c:5:20: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
     printf("%s\n", __DATE__);
                    ^~~~~~~~
prog.c:6:20: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
     printf("%s\n", __TIME__);
                    ^~~~~~~~
Nov 11 2018
01:24:29
Exit Code:
0