Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C11(GNU)
no pedantic
Raw runtime options
2345673456783a4b5e6f7c2d

Author

anonymous

over 4 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c: In function 'main':
prog.c:30:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   30 |       for (i = 0; i < TESTDATALEN; i++) {
      |                     ^
prog.c:17:16: warning: unused parameter 'argc' [-Wunused-parameter]
   17 |   int main(int argc,  char **argv){
      |            ~~~~^~~~
Binary value: #Eg4Vx:K^o|-
Exit Code:
0