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:
Christophe De Wagter
2026-02-19 08:43:21 +01:00
committed by GitHub
parent 4df9b5907b
commit d13141477d
11 changed files with 13 additions and 902 deletions
+2
View File
@@ -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>