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