nana/include/nana/pop_ignore_diagnostic

6 lines
82 B
Plaintext

#if (__GNUC__ >= 4) && (__GNUC_MINOR__ >= 6)
# pragma GCC diagnostic pop
#endif