fix compiler warnings

This commit is contained in:
Sven Czarnian
2021-10-10 20:52:20 +02:00
부모 7d69203486
커밋 e0ab3ac68e
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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

파일 보기

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