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

Author

anonymous

over 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c: In function 'sum':
prog.c:15:9: warning: variable 'num' set but not used [-Wunused-but-set-variable]
     int num;
         ^~~
0
Exit Code:
0