Language
C++
Compiler
gcc 8.1.0
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
Raw compiler options
-lstdc++fs
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-8.1.0/include -std=gnu++2a -lstdc++fs
Exit Code:
0
Author
anonymous
almost 7 years ago
C++
gcc 8.1.0
Author
anonymous
almost 7 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-8.1.0/include -std=gnu++2a -lstdc++fs
prog.cc: In function 'int main(int, char**)':
prog.cc:17:14: warning: unused parameter 'argc' [-Wunused-parameter]
int main(int argc, char **argv)
~~~~^~~~
prog.cc:17:27: warning: unused parameter 'argv' [-Wunused-parameter]
int main(int argc, char **argv)
~~~~~~~^~~~