libgcrypt: Remove -Werror=array-bounds from compiler flags
libgcrypt uses zero-length array tricks causing array-bounds warnings.
The warnings have been verified to be harmless in 1.8.5; 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