5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
#if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)
|
|
# pragma GCC diagnostic push
|
|
# pragma GCC diagnostic ignored "-Weffc++"
|
|
#endif
|