Added -Wgnu-zero-variadic-macro-arguments" clang

This is inspired by work in http://go/gh/google/googletest/pull/2063 but in a separate commit
This commit is contained in:
Gennadiy Civil 2019-01-29 14:38:50 -05:00 committed by GitHub
parent 1f42ae7353
commit 9318a18ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ matrix:
- os: linux
group: deprecated-2017Q4
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 -Wgnu-zero-variadic-macro-arguments"
- os: linux
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON