Sfoglia il codice sorgente

fix compiler warnings

Sven Czarnian 3 anni fa
parent
commit
818135e294
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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"