Browse Source

fix compiler warnings

Sven Czarnian 3 năm trước cách đây
mục cha
commit
818135e294
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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"