mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 21:07:40 +08:00
Fix make test_all_confs (#3599)
* Hide 'no-overloaded-virtual' warnings inside JSBSim itself * Cleanup link to non-existing * Cleanup old airframes * Fix: might be used uninitialized * Fix MAVLink * Cleanup * DSDL compile error: new empy does not accept @)
This commit is contained in:
committed by
GitHub
parent
4df9b5907b
commit
d13141477d
@@ -41,6 +41,8 @@
|
||||
$(TARGET).LDFLAGS += -L$(JSBSIM_LIB) -lJSBSim
|
||||
$(TARGET).CFLAGS += -DNPS_JSBSIM_USE_SGPATH=$(JSBSIM_USE_SGPATH)
|
||||
endif
|
||||
# Hide warnings from JSBSim itself
|
||||
$(TARGET).CFLAGS += -isystem $(JSBSIM_ROOT)/include/JSBSim
|
||||
</raw>
|
||||
<file name="nps_fdm_jsbsim.cpp" dir="nps"/>
|
||||
</makefile>
|
||||
|
||||
Reference in New Issue
Block a user