From 381eb3c7991dbbd0e5ae1f4c5f1fd9835d81328c Mon Sep 17 00:00:00 2001 From: Johann Date: Fri, 7 Dec 2018 09:28:02 -0800 Subject: apply -Wextra to third_party/ googletest builds cleanly with -Wextra Remove comments about webm:1069. The vp8 issue is tracked in webm:1246. Change-Id: I8bbb01d34503cc9c342f5c3aa78e9476f72b94c2 --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 9e349636d..6204f10b6 100755 --- a/configure +++ b/configure @@ -614,10 +614,6 @@ process_toolchain() { check_add_cflags -Wimplicit-function-declaration check_add_cflags -Wuninitialized check_add_cflags -Wunused - # -Wextra has some tricky cases. Rather than fix them all now, get the - # flag for as many files as possible and fix the remaining issues - # piecemeal. - # https://bugs.chromium.org/p/webm/issues/detail?id=1069 check_add_cflags -Wextra # check_add_cflags also adds to cxxflags. gtest does not do well with # these flags so add them explicitly to CFLAGS only. -- cgit v1.2.1