Browse Source

fix compiler warnings

Sven Czarnian 3 years ago
parent
commit
818135e294
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/PlugIn.h

+ 3 - 0
src/PlugIn.h

@@ -15,7 +15,10 @@
 #pragma warning(pop)
 
 #include <aman/types/Communication.h>
+
+#pragma warning(push, 0)
 #include <protobuf/AircraftReport.pb.h>
+#pragma warning(pop)
 
 #include "RadarScreen.h"