Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Warnings
Boost 1.76.0
C++2b(GNU)
no pedantic

Author

anonymous

almost 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=gnu++2b
prog.cc: In function 'int main()':
prog.cc:6:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    6 |     char *s="z";
      |             ^~~
abcd
abd
Exit Code:
0