commit | b8baa9346aaad24f8da48e408e0dbd5e65619905 | [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 | 9ab81b5ea9811b673668c43289bb48c85c4f9659 [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>