param and pwm ignore -Warray-bounds for clang

This commit is contained in:
Daniel Agar
2017-05-13 14:22:51 -04:00
parent 17a3b195fa
commit 94f5df8611
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ px4_add_module(
MAIN param
STACK_MAIN 2500
COMPILE_FLAGS
-Wno-array-bounds
SRCS
param.c
DEPENDS
+1
View File
@@ -35,6 +35,7 @@ px4_add_module(
MAIN pwm
STACK_MAIN 2500
COMPILE_FLAGS
-Wno-array-bounds
SRCS
pwm.c
DEPENDS