nuttx build: fix dangling continuation line (#7079)

This commit is contained in:
Lucas De Marchi 2017-04-19 22:31:32 -07:00 committed by Daniel Agar
parent 6a99281501
commit 88e19a0916
1 changed files with 1 additions and 1 deletions

View File

@ -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 \