Add compiler flag -Wsign-compare
authorUrvang Joshi <urvang@google.com>
Fri, 8 Jul 2016 23:09:36 +0000 (16:09 -0700)
committerJohann <johannkoenig@google.com>
Tue, 27 Sep 2016 19:39:36 +0000 (12:39 -0700)
commit097b31c7f0272c39016ce11ae182e8424b4ee762
tree20d10c9dcfebb82d55eecbe8897e0165b876962e
parent0aa3e2564fd7ae2b63984b6bf993f57c4b436073
Add compiler flag -Wsign-compare

Also, fix the warnings generated by this flag.

(cherry picked from commit ebeb1155d4fa6d28e2f40c92265245f8df097fcb)

From AOM. Don't actually add -Wsign-compare. It will be covered by
-Wextra.

Switch to vpx_integer.h from df9c9d6d4c43f02c58d4e776c53323788e013cbc

BUG=webm:1069

Change-Id: I1dc6e61caa5d56af4a55b6692ab620bb3144652a
args.c
examples/vp9cx_set_ref.c