Merge branch 'diagnostic-pragma-fix' into 'master'

tests: Fix a pragma warning on FreeBSD

See merge request GNOME/glib!1050
This commit is contained in:
Philip Withnall 2019-08-25 09:07:48 +00:00
commit d4857047b3

View File

@ -200,7 +200,7 @@ empty_alloc (void)
}
#endif
#ifdef __GNUC__
#if defined(__GNUC__) && __GNUC__ > 6
#pragma GCC diagnostic pop
#endif