Suppress new warnings from gcc-6
authorChris Forbes <chrisforbes@google.com>
Fri, 19 Jan 2018 18:06:53 +0000 (10:06 -0800)
committerChris Forbes <chrisforbes@google.com>
Fri, 19 Jan 2018 18:06:53 +0000 (10:06 -0800)
commit9a58d041fe117c8e7ff07109bda89b9361621c5a
treeeec8daf5035ef080a24f7939dfa064e4dd9ddd21
parentfe861b61a5e003beab8d13757dbae908b7c7b151
Suppress new warnings from gcc-6

check_build_sanity currently fails with the system gcc on rodete. Let's
just suppress this warning for now. Intend to back out the suppression
and fix the warnings in next release.

Bug: b/72219443
Test: build
Change-Id: Ic842a3de3d247d53c49117562b51e8eece3752f9
scripts/check_build_sanity.py