Skip to content

Commit c34c3a9

Browse files
committed
minor: suppress GCC-4.9 erroneous warning on travis
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36750
1 parent d31a15f commit c34c3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ before_script:
6767

6868
# Build the driver and the tests
6969
- cd build
70-
- ${CMAKE_BINARY} -DCMAKE_BUILD_TYPE=$CONFIG -DCMAKE_C_FLAGS="-Wall -Wextra -Wno-attributes -Werror" -DCMAKE_CXX_FLAGS="-Wall -Wextra -Wno-attributes -Werror" ..
70+
- ${CMAKE_BINARY} -DCMAKE_BUILD_TYPE=$CONFIG -DCMAKE_C_FLAGS="-Wall -Wextra -Wno-attributes -Werror -Wno-error=missing-field-initializers" -DCMAKE_CXX_FLAGS="-Wall -Wextra -Wno-attributes -Werror -Wno-error=missing-field-initializers" ..
7171

7272
script:
7373
- make

0 commit comments

Comments
 (0)