Ice 3.7 C++11 API Reference
PopDisableWarnings.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 // No pragma once as this file can be included several times in a translation
6 // unit
7 
8 #if defined(_MSC_VER)
9 # pragma warning(pop)
10 #elif defined(__clang__)
11 # pragma clang diagnostic pop
12 #elif defined(__GNUC__)
13 # pragma GCC diagnostic pop
14 #endif