ardupilot/libraries/AP_HAL/examples
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
..
AnalogIn waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
Printf AP_HAL: fix signed and unsigned comparison warning 2016-05-04 08:58:37 -03:00
RCInput waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
RCInputToRCOutput waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
RCOutput waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
RCOutput2 AP_HAL: Add RCOutput interactive example with Menu 2016-04-09 07:01:35 -07:00
Storage waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
UART_test AP_HAL: fix unused variable 2016-02-19 11:51:49 -02:00