File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,23 +58,23 @@ matrix:
5858 dist : trusty
5959 compiler : " clang-3.8"
6060 env : T="clang38_pg92_dbtest" LUAJIT_OPTION="OFF"
61- CXXFLAGS="-pedantic -Wextra -Werror"
61+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
6262 CC=clang-3.8 CXX=clang++-3.8
6363 addons : *clang38_pg92
6464
6565 - os : linux
6666 dist : trusty
6767 compiler : " clang-7"
6868 env : T="clang7_pg96_dbtest_luajit" LUAJIT_OPTION="ON"
69- CXXFLAGS="-pedantic -Wextra -Werror"
69+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
7070 CC=clang-7 CXX=clang++-7
7171 addons : *clang7_pg96
7272
7373 # ---- OSX + CLANG ---------------------------
7474 - os : osx
7575 compiler : clang
7676 env : T="osx_clang_NoDB" LUAJIT_OPTION="OFF" TEST_NODB=1
77- CXXFLAGS="-pedantic -Wextra -Werror"
77+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
7878 before_install :
7979 - brew install lua; brew install lua
8080 before_script :
@@ -87,15 +87,15 @@ matrix:
8787 dist : trusty
8888 compiler : " gcc-4.8"
8989 env : T="gcc48_pg96_dbtest" LUAJIT_OPTION="OFF"
90- CXXFLAGS="-pedantic -Wextra -Werror"
90+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
9191 CC=gcc-4.8 CXX=g++-4.8
9292 addons : *gcc48_pg96
9393
9494 - os : linux
9595 dist : trusty
9696 compiler : gcc-8
9797 env : T="gcc8_pg96_dbtest_luajit" LUAJIT_OPTION="ON"
98- CXXFLAGS="-pedantic -Wextra -Werror"
98+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
9999 CC=gcc-8 CXX=g++-8
100100 addons : *gcc8_pg96
101101
You can’t perform that action at this time.
0 commit comments