Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 7 years ago

Language

C

Compiler

gcc HEAD 9.0.0 20180918 (experimental)

Options
Warnings
C11(GNU)
-pedantic

Author

anonymous

over 7 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11 -pedantic
prog.c: In function 'main':
prog.c:8:9: warning: assignment to 'const char **' from incompatible pointer type 'char **' [-Wincompatible-pointer-types]
8 |     cpp = &p;
  |         ^
0 0
Exit Code:
0