Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

8 months ago

Language

C++

Compiler

gcc 13.2.0

Options
Warnings
Optimization
Boost 1.83.0
C++2b(GNU)
no pedantic
Raw compiler options
-Wold-style-cast

Author

anonymous

8 months ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.83.0-gcc-13.2.0/include -std=gnu++2b -Wold-style-cast
prog.cc: In function 'int main()':
prog.cc:7:20: warning: use of old-style cast to 'int*' [-Wold-style-cast]
    7 |     int* p = (int*)0;
      |                    ^
      |              -------
      |              static_cast<int*> (0)
Exit Code:
0