aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-01-29 14:38:50 -0500
committerGitHub <noreply@github.com>2019-01-29 14:38:50 -0500
commit9318a18ccf8f975fbabbfc1c0f4d816cf16b1803 (patch)
tree5512fe5cedf9ad0a2648f2185671158643aff36b
parent1f42ae7353b3c52f0fe014da31e5210f266274cc (diff)
downloadgoogletest-9318a18ccf8f975fbabbfc1c0f4d816cf16b1803.tar.gz
googletest-9318a18ccf8f975fbabbfc1c0f4d816cf16b1803.tar.bz2
googletest-9318a18ccf8f975fbabbfc1c0f4d816cf16b1803.zip
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
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c52e78c..23d55b23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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