Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

7 months ago

Language

C++

Compiler

gcc 13.2.0

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

Author

anonymous

7 months ago

noname

$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.83.0-gcc-13.2.0/include -std=gnu++2b
prog.cc: In function 'int foo(Enum)':
prog.cc:17:1: warning: control reaches end of non-void function [-Wreturn-type]
   17 | }
      | ^
Exit Code:
139