open62541pp 0.19.0
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__)
4#pragma GCC diagnostic pop
5#elif defined(_MSC_VER) && !defined(__clang__)
6#pragma warning(pop)
7#endif