summaryrefslogtreecommitdiff
path: root/tools/ci/flags/gcc9.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/flags/gcc9.sh')
-rwxr-xr-xtools/ci/flags/gcc9.sh3
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++