diff options
Diffstat (limited to 'tools/ci/jobs/gcc5_sanitize_tests.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5_sanitize_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc5_sanitize_tests.sh b/tools/ci/jobs/gcc5_sanitize_tests.sh index b5b944780..66d4975b4 100755 --- a/tools/ci/jobs/gcc5_sanitize_tests.sh +++ b/tools/ci/jobs/gcc5_sanitize_tests.sh @@ -52,7 +52,8 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Wc++14-compat -Wsized-deallocation -Wlogical-not-parentheses \ -Woverloaded-virtual -Warray-bounds -Wbool-compare -Wchar-subscripts \ -Wcomment -Wmissing-braces -Wnonnull -Wopenmp-simd -Wparentheses \ --Wreturn-type -Wsequence-point -Wswitch" +-Wreturn-type -Wsequence-point -Wswitch \ +-Wno-attributes" do_init run_configure --enable-unittests=yes $* |