diff options
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/flags/gccfedora.sh | 3 | ||||
-rwxr-xr-x | tools/ci/flags/gccsnapshot.sh | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/ci/flags/gccfedora.sh b/tools/ci/flags/gccfedora.sh index 6fbd96ddb..dd6d47e65 100755 --- a/tools/ci/flags/gccfedora.sh +++ b/tools/ci/flags/gccfedora.sh @@ -179,7 +179,8 @@ export CXXFLAGS="${CXXFLAGS} -Wmaybe-uninitialized" export CXXFLAGS="${CXXFLAGS} -Wmemset-elt-size" export CXXFLAGS="${CXXFLAGS} -Wmemset-transposed-args" export CXXFLAGS="${CXXFLAGS} -Wmisleading-indentation" -export CXXFLAGS="${CXXFLAGS} -Wmismatched-tags" +# disabled due false errors or errors in STL code +#export CXXFLAGS="${CXXFLAGS} -Wmismatched-tags" export CXXFLAGS="${CXXFLAGS} -Wmissing-attributes" export CXXFLAGS="${CXXFLAGS} -Wmissing-braces" export CXXFLAGS="${CXXFLAGS} -Wmissing-declarations" diff --git a/tools/ci/flags/gccsnapshot.sh b/tools/ci/flags/gccsnapshot.sh index 6fbd96ddb..dd6d47e65 100755 --- a/tools/ci/flags/gccsnapshot.sh +++ b/tools/ci/flags/gccsnapshot.sh @@ -179,7 +179,8 @@ export CXXFLAGS="${CXXFLAGS} -Wmaybe-uninitialized" export CXXFLAGS="${CXXFLAGS} -Wmemset-elt-size" export CXXFLAGS="${CXXFLAGS} -Wmemset-transposed-args" export CXXFLAGS="${CXXFLAGS} -Wmisleading-indentation" -export CXXFLAGS="${CXXFLAGS} -Wmismatched-tags" +# disabled due false errors or errors in STL code +#export CXXFLAGS="${CXXFLAGS} -Wmismatched-tags" export CXXFLAGS="${CXXFLAGS} -Wmissing-attributes" export CXXFLAGS="${CXXFLAGS} -Wmissing-braces" export CXXFLAGS="${CXXFLAGS} -Wmissing-declarations" |