1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-01-11 09:18:38 -08:00
gencpp/base/helpers/pop_ignores.inline.hpp

8 lines
106 B
C++
Raw Normal View History

#ifdef __clang__
# pragma clang diagnostic pop
#endif
#ifdef __GNUC__
# pragma GCC diagnostic pop
#endif