HAL_SITL: fixed some build warnings

This commit is contained in:
Andrew Tridgell 2015-05-04 17:25:58 +10:00
parent a7c3125bcc
commit b2b5c8cd18

View File

@ -26,6 +26,8 @@
#include <stdio.h>
#include <sys/time.h>
#pragma GCC diagnostic ignored "-Wunused-result"
using namespace HALSITL;
extern const AP_HAL::HAL& hal;