fix compiler warnings

This commit is contained in:
Sven Czarnian
2021-10-10 20:52:20 +02:00
bovenliggende 7d69203486
commit e0ab3ac68e
2 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen

Bestand weergeven

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

Bestand weergeven

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