Merge branch 'wip/pwithnall/coverity' into 'master'

CI support for Coverity Scan

See merge request GNOME/glib!1593
This commit is contained in:
Sebastian Dröge
2020-08-17 11:57:24 +00:00
34 changed files with 113 additions and 1 deletions
+2
View File
@@ -26,7 +26,9 @@
/* For the #GDesktopAppInfoLookup macros; since macro deprecation is implemented
* in the preprocessor, we need to define this before including glib.h*/
#ifndef GLIB_DISABLE_DEPRECATION_WARNINGS
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#endif
#include <errno.h>
#include <string.h>
+2
View File
@@ -22,7 +22,9 @@
/* For the #GDesktopAppInfoLookup macros; since macro deprecation is implemented
* in the preprocessor, we need to define this before including glib.h*/
#ifndef GLIB_DISABLE_DEPRECATION_WARNINGS
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#endif
#include <string.h>