1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-01-11 01:13:33 -08:00
gencpp/base/helpers/pop_ignores.inline.hpp
2024-12-10 16:13:14 -05:00

8 lines
106 B
C++

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