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