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:
58
58
dist : trusty
59
59
compiler : " clang-3.8"
60
60
env : T="clang38_pg92_dbtest" LUAJIT_OPTION="OFF"
61
- CXXFLAGS="-pedantic -Wextra -Werror"
61
+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
62
62
CC=clang-3.8 CXX=clang++-3.8
63
63
addons : *clang38_pg92
64
64
65
65
- os : linux
66
66
dist : trusty
67
67
compiler : " clang-7"
68
68
env : T="clang7_pg96_dbtest_luajit" LUAJIT_OPTION="ON"
69
- CXXFLAGS="-pedantic -Wextra -Werror"
69
+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
70
70
CC=clang-7 CXX=clang++-7
71
71
addons : *clang7_pg96
72
72
73
73
# ---- OSX + CLANG ---------------------------
74
74
- os : osx
75
75
compiler : clang
76
76
env : T="osx_clang_NoDB" LUAJIT_OPTION="OFF" TEST_NODB=1
77
- CXXFLAGS="-pedantic -Wextra -Werror"
77
+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
78
78
before_install :
79
79
- brew install lua; brew install lua
80
80
before_script :
@@ -87,15 +87,15 @@ matrix:
87
87
dist : trusty
88
88
compiler : " gcc-4.8"
89
89
env : T="gcc48_pg96_dbtest" LUAJIT_OPTION="OFF"
90
- CXXFLAGS="-pedantic -Wextra -Werror"
90
+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
91
91
CC=gcc-4.8 CXX=g++-4.8
92
92
addons : *gcc48_pg96
93
93
94
94
- os : linux
95
95
dist : trusty
96
96
compiler : gcc-8
97
97
env : T="gcc8_pg96_dbtest_luajit" LUAJIT_OPTION="ON"
98
- CXXFLAGS="-pedantic -Wextra -Werror"
98
+ CXXFLAGS="-pedantic -Wextra -Werror -Wno-deprecated-declarations "
99
99
CC=gcc-8 CXX=g++-8
100
100
addons : *gcc8_pg96
101
101
You can’t perform that action at this time.
0 commit comments