Browse Source

lib/led: temporarily ignore implicit fallthrough warning

sbg
Daniel Agar 6 years ago
parent
commit
c75954fef8
  1. 3
      src/lib/led/CMakeLists.txt

3
src/lib/led/CMakeLists.txt

@ -32,3 +32,6 @@ @@ -32,3 +32,6 @@
############################################################################
px4_add_library(led led.cpp)
target_compile_options(led
PRIVATE -Wno-implicit-fallthrough # TODO: fix and remove
)

Loading…
Cancel
Save