Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C

Compiler

gcc 11.1.0

Options
Warnings
C89
-pedantic

Author

anonymous

about 4 years ago

$ gcc prog.c -Wall -Wextra -std=c89 -pedantic
prog.c:4:28: warning: 'myArray' defined but not used [-Wunused-const-variable=]
    4 | static const unsigned char myArray[2] = {THING_1, THING_2};
      |                            ^~~~~~~
Exit Code:
0