Skip to content
Snippets Groups Projects
Commit 94f5df86 authored by Daniel Agar's avatar Daniel Agar
Browse files

param and pwm ignore -Warray-bounds for clang

parent 17a3b195
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment