Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 3 years ago

Language

C

Compiler

gcc 12.1.0

Options
Warnings
C11(GNU)
-pedantic

Author

anonymous

about 3 years ago

x.js

$ gcc prog.c -Wall -Wextra -std=gnu11 -pedantic
prog.c: In function 'main':
prog.c:6:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    6 |     int* y = &x;
      |              ^
x = 20
Exit Code:
0