Browse Source

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.
mission-4.1.18
Grant Morphett 10 years ago committed by Andrew Tridgell
parent
commit
525787078f
  1. 2
      libraries/AP_HAL/utility/FastDelegate.h

2
libraries/AP_HAL/utility/FastDelegate.h

@ -47,7 +47,7 @@ @@ -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

Loading…
Cancel
Save