]> granicus.if.org Git - libvpx/commit
Add compiler warning flag -Wextra and fix related warnings.
authorUrvang Joshi <urvang@google.com>
Thu, 14 Jul 2016 19:33:48 +0000 (12:33 -0700)
committerJohann <johannkoenig@google.com>
Tue, 27 Sep 2016 19:05:01 +0000 (12:05 -0700)
commit0aa3e2564fd7ae2b63984b6bf993f57c4b436073
treec6d44cbf1b26f0433fae3a7fc6116307e809e62e
parent70240a77b8decede28132fd4dbf1fa48713edea4
Add compiler warning flag -Wextra and fix related warnings.

Note: some of these warnings are enabled by a combination of -Wunused
(added earlier) and -Wextra.

Cherry-picked from AOM 4790a69faaec8f03d65f64ff070f6ab4307dbb16

Expands use of (void)x; on unused variables. AOM only supports one codec
in codec_factory.h

Does not include changes to HandleDecodeResult. AOM removed
invalid_file_test.cc which does use the video parameter.

Does not enable -Wextra yet. There are more issues to fix.

BUG=webm:1069

Change-Id: I322a1366bd4fd6c0dec9e758c2d5e88e003b1cbf
test/avg_test.cc
test/codec_factory.h
test/error_resilience_test.cc
vpx_dsp/arm/vpx_convolve8_avg_neon.c
vpx_dsp/arm/vpx_convolve8_neon.c
vpx_dsp/fastssim.c
vpx_dsp/x86/convolve.h