Author
anonymous
about 4 years ago
C
gcc 11.1.0
$ 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}; | ^~~~~~~