6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
|
|
#if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)
|
|
# pragma GCC diagnostic pop
|
|
#endif
|
|
|