diff options
Diffstat (limited to 'tools/ci/flags/gcc9.sh')
-rwxr-xr-x | tools/ci/flags/gcc9.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/flags/gcc9.sh b/tools/ci/flags/gcc9.sh index b28cf7e69..3ee231b2e 100755 --- a/tools/ci/flags/gcc9.sh +++ b/tools/ci/flags/gcc9.sh @@ -75,7 +75,8 @@ export CXXFLAGS="${CXXFLAGS} -Wcomment" export CXXFLAGS="${CXXFLAGS} -Wcomments" # not for C++ #export CXXFLAGS="${CXXFLAGS} -Wcompare-reals" -export CXXFLAGS="${CXXFLAGS} -Wconditionally-supported" +# triggered in opengl +#export CXXFLAGS="${CXXFLAGS} -Wconditionally-supported" # +++ need fix in future #export CXXFLAGS="${CXXFLAGS} -Wconversion" # not for C++ |