Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
PopDisableWarnings.h
Go to the documentation of this file.
1
// Copyright (c) ZeroC, Inc.
2
3
/*! \file
4
\hideincludedbygraph
5
*/
6
7
// No pragma once as this file can be included several times in a translation
8
// unit
9
10
#if defined(_MSC_VER)
11
# pragma warning(pop)
12
#elif defined(__clang__)
13
# pragma clang diagnostic pop
14
#elif defined(__GNUC__)
15
# pragma GCC diagnostic pop
16
#endif
Ice
PopDisableWarnings.h
Generated by
1.14.0