Skip to content
Snippets Groups Projects
Commit ed7d44df authored by Lukas Köhler's avatar Lukas Köhler
Browse files

excluded compat warning

parent 595ab9a0
Branches
Tags
No related merge requests found
...@@ -13,7 +13,7 @@ node { ...@@ -13,7 +13,7 @@ node {
stage('Build') { stage('Build') {
sh( sh(
''' '''
clang++ -std=c++11 -O0 -g -Wall -Wextra -Weverything -o binary *.cpp clang++ -std=c++11 -O0 -g -Wall -Wextra -Weverything -Wno-c++98-compat -o binary *.cpp
''' '''
) )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment