ardupilot/libraries/AP_HAL/examples/Printf
Lucas De Marchi cf11776150 AP_HAL: fix signed and unsigned comparison warning
../../libraries/AP_HAL/examples/Printf/Printf.cpp:63:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (ret != strlen(float_tests[i].result)) {
                 ^
...

ardupilot/modules/gtest/include/gtest/gtest.h:1448:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (expected == actual) {
                ^
And similar ones.
2016-05-04 08:58:37 -03:00
..
Makefile HAL: added Printf test sketch 2013-09-21 11:16:08 +10:00
Printf.cpp AP_HAL: fix signed and unsigned comparison warning 2016-05-04 08:58:37 -03:00
make.inc AP_HAL: fix example build 2015-12-29 10:46:35 -08:00
wscript waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00