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