commit | 80e264b03a2db32719628c52be676bfd74b0448d | [log] [tgz] |
---|---|---|
author | Justin Chadwell <justin.chadwell@arm.com> | Wed Jul 31 11:44:42 2019 +0100 |
committer | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Tue Nov 19 08:53:11 2019 -0600 |
tree | eca7104d61b8fc80ad060af3cef60f33f9891431 | |
parent | e72a1eb95c2e191599bd45e31f08868eaff9c199 [diff] |
Remove unnecessary warning options Both -Wmissing-field-initializers and -Wsign-compare are both covered by -Wextra which is enabled at W=1 anyway. Therefore, the explicit options are not required. Change-Id: I2e7d95b5fc14af7c70895859a7ebbeac5bc0d2a4 Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>