mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
param and pwm ignore -Warray-bounds for clang
This commit is contained in:
@@ -35,6 +35,7 @@ px4_add_module(
|
|||||||
MAIN param
|
MAIN param
|
||||||
STACK_MAIN 2500
|
STACK_MAIN 2500
|
||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
|
-Wno-array-bounds
|
||||||
SRCS
|
SRCS
|
||||||
param.c
|
param.c
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ px4_add_module(
|
|||||||
MAIN pwm
|
MAIN pwm
|
||||||
STACK_MAIN 2500
|
STACK_MAIN 2500
|
||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
|
-Wno-array-bounds
|
||||||
SRCS
|
SRCS
|
||||||
pwm.c
|
pwm.c
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
|||||||
Reference in New Issue
Block a user