Skip to content

nbis: Disable array-parameter and array-bounds warnings

Benjamin Berg requested to merge benzea/test-nbis-build-fixes into master

NBIS just does weird things and while the array-parameter warning is easy to fix, the other is not trivial. So disable these warnings so that we can still build using newer GCC versions.

Merge request reports