Define AVS_COMMONS_HAVE_PRAGMA_DIAGNOSTIC

Define Documentation

AVS_COMMONS_HAVE_PRAGMA_DIAGNOSTIC

Are GNU diagnostic pragmas (#pragma GCC diagnostic push/pop/ignored) available?

If defined, those pragmas will be used to suppress compiler warnings for some code known to generate them and cannot be improved in a more robust way, e.g. for code that is known to generate warnings from within system headers.