AP_HAL: Changes to fix the warnings in rover sitl build.

We are starting the process of resolving all the warnings in the
ardupilot builds of all vehicles and platforms.
This commit is contained in:
Grant Morphett 2015-02-05 17:30:15 +11:00 committed by Andrew Tridgell
parent e7e9e1adf0
commit 525787078f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#ifndef FASTDELEGATE_H
#define FASTDELEGATE_H
#if _MSC_VER > 1000
#if defined(_MSC_VER) && (_MSC_VER > 1000)
#pragma once
#endif // _MSC_VER > 1000