open62541pp 0.21.1
C++ wrapper of open62541
Loading...
Searching...
No Matches
pop_options.h
Go to the documentation of this file.
1// no include guard
2
3#if defined(__GNUC__) || defined(__clang__)
4#pragma GCC diagnostic pop
5#elif defined(_MSC_VER)
6#pragma warning(pop)
7#endif