Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180818 (experimental)

Options
Warnings
Boost 1.68.0
MessagePack
C++17
-pedantic-errors

Author

anonymous

over 7 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/gcc-head/include -I/opt/wandbox/msgpack/include -std=c++17 -pedantic-errors
prog.cc: In function 'int main()':
prog.cc:12:31: warning: unused variable 'obj' [-Wunused-variable]
12 |     android::CameraParameters obj;
   |                               ^~~
Exit Code:
0