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