Comment out unused macro because of warning
authorRenato Golin <renato.golin@linaro.org>
Thu, 30 Jan 2014 18:55:47 +0000 (18:55 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 30 Jan 2014 18:55:47 +0000 (18:55 +0000)
commitb68991fd8798f77642dd01d57b8f35de216bd057
treec5ae919933ca6013245ede905a54e5f75c3dfe5e
parent735c98d94c769a255c2eb2f4fa6edc68df75a8dd
Comment out unused macro because of warning

Modern compilers (Clang 3.4, GCC 4.8) warn on variadic macros being
introduced in C99, which produces a huge number of useless diagnostics
since this macro is unused in the whole project.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200479 91177308-0d34-0410-b5e6-96231b3b80d8
utils/unittest/googletest/include/gtest/gtest-typed-test.h