summaryrefslogtreecommitdiff
path: root/third_party/googletest/README.libvpx
diff options
context:
space:
mode:
authorGeza Lore <gezalore@gmail.com>2016-06-17 15:32:25 +0100
committerGeza Lore <gezalore@gmail.com>2016-06-17 20:11:16 +0100
commitcdd83a0bb264f6c304f98749a621e9654457ebcc (patch)
treee7f60365e630adf00012948ae944033a4a3c1cf2 /third_party/googletest/README.libvpx
parenta724477d6926c7fe0f20809cf26563c4047372b3 (diff)
downloadlibvpx-cdd83a0bb264f6c304f98749a621e9654457ebcc.tar
libvpx-cdd83a0bb264f6c304f98749a621e9654457ebcc.tar.gz
libvpx-cdd83a0bb264f6c304f98749a621e9654457ebcc.tar.bz2
libvpx-cdd83a0bb264f6c304f98749a621e9654457ebcc.zip
Fix warnings from gtest under GCC 5 or newer.
Change-Id: I9661f2fe9d315dccae69caa70d929b5d9d93b7db (cherry picked from commit 4c83fdd3d7cacd66a2c64451db0fb64e5b2ecf48)
Diffstat (limited to 'third_party/googletest/README.libvpx')
-rw-r--r--third_party/googletest/README.libvpx6
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/googletest/README.libvpx b/third_party/googletest/README.libvpx
index 7201a67d3..1eca78dd9 100644
--- a/third_party/googletest/README.libvpx
+++ b/third_party/googletest/README.libvpx
@@ -12,4 +12,8 @@ failures, various options for running the tests, and XML test report
generation.
Local Modifications:
-Removed unused declarations of kPathSeparatorString to have warning free build. \ No newline at end of file
+- Removed unused declarations of kPathSeparatorString to have warning
+ free build.
+- Added GTEST_ATTRIBUTE_UNUSED_ to test registering dummies in TEST_P
+ and INSTANTIATE_TEST_CASE_P to remove warnings about unused variables
+ under GCC 5. \ No newline at end of file