Ver código fonte

fix compiler warnings

Sven Czarnian 3 anos atrás
pai
commit
818135e294
1 arquivos alterados com 3 adições e 0 exclusões
  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"