Explorar el Código

fix compiler warnings

Sven Czarnian hace 3 años
padre
commit
818135e294
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"