carla/LibCarla/source/compiler/enable-ue4-macros.h

22 lines
487 B
C

// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
// de Barcelona (UAB).
//
// This work is licensed under the terms of the MIT license.
// For a copy, see <https://opensource.org/licenses/MIT>.
#if defined(_MSC_VER)
# pragma warning(pop)
# ifdef UpdateResource
# undef UpdateResource
# endif
#endif
#if defined(__clang__)
# pragma clang diagnostic pop
#endif
#pragma pop_macro("check")
#pragma pop_macro("TEXT")
#undef LIBCARLA_INCLUDED_FROM_UE4