Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C

Compiler

gcc HEAD 9.0.0 20181211 (experimental)

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c: In function 'main':
prog.c:4:10: warning: too many arguments for format [-Wformat-extra-args]
    4 |   printf("here: %s $d\n", "foo", 32);
      |          ^~~~~~~~~~~~~~~
here: foo $d
Exit Code:
0