Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 8 years ago

Language

C++

Compiler

gcc 6.3.0

Options
Warnings
Boost 1.67.0
C++14
no pedantic

Author

anonymous

almost 8 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-6.3.0/include -std=c++14
prog.cc: In function 'int main()':
prog.cc:11:22: warning: variable 'b' set but not used [-Wunused-but-set-variable]
      complex<double> b = a + 1.0i;
                      ^
Exit Code:
0