[PATCH] Silence warning by commenting unused macro in GTest

Renato Golin renato.golin at linaro.org
Thu Jan 30 10:42:34 PST 2014


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.

All tests compile and pass.

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140130/0d5b96b5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unittest.patch
Type: text/x-patch
Size: 1594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140130/0d5b96b5/attachment.bin>


More information about the llvm-commits mailing list