Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C

Compiler

gcc HEAD 9.0.1 20190127 (experimental)

Options
Warnings
C11(GNU)
-pedantic-errors

Author

anonymous

over 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11 -pedantic-errors
prog.c: In function 'main':
prog.c:10:15: warning: variable 'ptr_mtx_gen' set but not used [-Wunused-but-set-variable]
   10 |         int * ptr_mtx_gen[3];
      |               ^~~~~~~~~~~
Exit Code:
0