Skip to content
Snippets Groups Projects
Commit 8cbc3510 authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Ajout option gcc -Wno-unused-value

parent 6e14da81
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
CXXFLAGS="-std=c++11 -Wall -Wno-sign-compare" CXXFLAGS="-std=c++11 -Wall -Wno-sign-compare -Wno-unused-value"
usage () { usage () {
echo compile-and-run [program.cpp] echo compile-and-run [program.cpp]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment