Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 8 years ago

Language

Compiler

Options

Author

anonymous

over 8 years ago

$
prog.cc: In function 'int main()':
prog.cc:26:8: warning: variable 't' set but not used [-Wunused-but-set-variable]
   auto t = make<shape_type::TRIANGLE>();
        ^
prog.cc:27:8: warning: variable 'r' set but not used [-Wunused-but-set-variable]
   auto r = make<shape_type::RECTANGLE>();
        ^
prog.cc:28:8: warning: variable 'c' set but not used [-Wunused-but-set-variable]
   auto c = make<shape_type::CIRCLE>();
        ^
Exit Code:
0