ltp: Remove -Werror=array-bounds from compiler flags
ltp uses zero-length array tricks causing array-bounds warnings.
The warnings have been verifited to be harmless in 20200120; for extra
security, this should be re-checked after updating.
Removing -Werror=array-bounds here allows us to use -Werror=array-bounds
globally in OPTIMIZE_FOR=security mode.
Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
Please register or sign in to comment