1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-03-13 13:44:40 -07:00
gencpp/project/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