Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 11.0.0 20200917 (experimental)

Options
Warnings
Boost 1.73.0
C++2a
no pedantic

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++2a
prog.cc: In function 'int main()':
prog.cc:18:12: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
   18 |    for ( ; (volatile int)pS->i ; )   // C4197
      |            ^~~~~~~~~~~~~~~~~~~
Exit Code:
0