Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 11.0.0 20201007 (experimental)

Options
Warnings
Boost 1.73.0
C++2a
no pedantic
Raw compiler options
-Wmissing-noreturn

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++2a -Wmissing-noreturn
prog.cc: In function 'void f()':
prog.cc:1:6: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn]
    1 | void f()
      |      ^
Exit Code:
0