ardupilot/Tools/ardupilotwaf
Peter Barker 9f9531a790 Copter: AP_Arming: correct overriding of arm_checks method
This makes the arbitrary decision that arming checks always report
failures to the GCS.

Fixes:

In file included from ../../ArduCopter/events.cpp:1:
In file included from ../../ArduCopter/Copter.h:91:
../../ArduCopter/AP_Arming.h:33:69: fatal error: non-virtual member function marked 'override' hides virtual member function
    bool arm_checks(bool display_failure, AP_Arming::Method method) override;
                                                                    ^
../../libraries/AP_Arming/AP_Arming.h:64:18: note: hidden overloaded virtual function 'AP_Arming::arm_checks' declared here: different number of parameters (1 vs 2)
    virtual bool arm_checks(AP_Arming::Method method);
                 ^
1 error generated.
2019-04-30 09:29:59 +10:00
..
__init__.py
ap_library.py build: invert default for header checks 2018-05-04 11:47:04 -07:00
ap_persistent.py
ardupilotwaf.py Tools: waf: link AP_InternalError everywhere 2019-03-21 21:34:33 +11:00
boards.py Copter: AP_Arming: correct overriding of arm_checks method 2019-04-30 09:29:59 +10:00
build_summary.py waf: don't fail on missing pkg-config 2018-11-13 10:30:34 +11:00
chibios.py waf: allow hwdef.dat to override build optimization 2019-02-26 16:18:26 +11:00
cmake.py waf: fixes for python 3.7 2018-08-07 14:40:36 +10:00
cxx_checks.py Tools: ardupilotwaf: include sfml-audio 2019-03-23 07:10:50 +11:00
embed.py waf: pad bootloader to multiple of 32 bytes 2019-02-26 16:18:26 +11:00
gbenchmark.py
git_submodule.py
gtest.py waf: removed px4 build targets 2018-12-22 11:06:59 +11:00
mavgen.py waf: use local pymavlink 2018-11-19 10:06:23 +11:00
static_linking.py
toolchain.py waf: add option to override toolchain 2019-02-22 08:27:08 +11:00
uavcangen.py waf: Allow spaces in paths when compiling for ChibiOS targets 2018-05-04 12:47:06 +10:00