MeVisLab Toolbox Reference
PCLThirdPartyWarningsRestore.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code author="Wolf Spindler"
3//----------------------------------------------------------------------------------
5
11//----------------------------------------------------------------------------------
12
13#ifdef _MSC_VER
14 #pragma warning( pop )
15#elif defined(__GNUC__)
16 #pragma GCC diagnostic pop
17#endif
18
19#include <FMEThirdPartyWarningsRestore.h>