Browse Source

nuttx build: fix dangling continuation line (#7079)

sbg
Lucas De Marchi 8 years ago committed by Daniel Agar
parent
commit
88e19a0916
  1. 2
      nuttx-configs/PX4_Warnings.mk

2
nuttx-configs/PX4_Warnings.mk

@ -64,7 +64,7 @@ PX4_ARCHCWARNINGS = \ @@ -64,7 +64,7 @@ PX4_ARCHCWARNINGS = \
-Wno-nested-externs \
-Wno-old-style-declaration \
-Wno-pointer-sign \
-Wno-type-limits \
-Wno-type-limits
PX4_ARCHWARNINGSXX = \
-Wno-cpp \

Loading…
Cancel
Save