Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 2 years ago

Language

C++

Compiler

gcc HEAD 13.0.1 20230221 (experimental)

Options
Warnings
Don't Use Boost
C++2a
-pedantic

Author

anonymous

about 2 years ago

$ g++ prog.cc -Wall -Wextra -std=c++2a -pedantic
prog.cc: In function 'int main()':
prog.cc:37:37: warning: variable 'dhd' set but not used [-Wunused-but-set-variable]
   37 |     downcastable_hierarchy_derived1 dhd =
      |                                     ^~~
Exit Code:
0