Sven Czarnian преди 3 години
родител
ревизия
e0ab3ac68e
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      include/aman/com/AircraftReporter.h
  2. 2 0
      include/aman/com/AircraftScheduler.h

+ 2 - 0
include/aman/com/AircraftReporter.h

@@ -12,7 +12,9 @@
 
 
 #include <aman/types/Communication.h>
 #include <aman/types/Communication.h>
 
 
+#pragma warning(push, 0)
 #include "protobuf/AircraftReport.pb.h"
 #include "protobuf/AircraftReport.pb.h"
+#pragma warning(pop)
 
 
 namespace aman {
 namespace aman {
     /**
     /**

+ 2 - 0
include/aman/com/AircraftScheduler.h

@@ -13,7 +13,9 @@
 
 
 #include <aman/types/Communication.h>
 #include <aman/types/Communication.h>
 
 
+#pragma warning(push, 0)
 #include "protobuf/AircraftSchedule.pb.h"
 #include "protobuf/AircraftSchedule.pb.h"
+#pragma warning(pop)
 
 
 namespace aman {
 namespace aman {
     /**
     /**