mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
Merge branch 'coverity-build' into 'main'
gmodule: Fix redeclaration of symbol See merge request GNOME/glib!3075
This commit is contained in:
commit
c1a4aca743
@ -5,7 +5,10 @@
|
|||||||
* to continue using G_MODULE_SUFFIX in the implementation of
|
* to continue using G_MODULE_SUFFIX in the implementation of
|
||||||
* g_module_build_path() which is also deprecated API.
|
* g_module_build_path() which is also deprecated API.
|
||||||
*/
|
*/
|
||||||
|
#ifndef GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#if (G_MODULE_IMPL == G_MODULE_IMPL_AR) || (G_MODULE_IMPL == G_MODULE_IMPL_DL)
|
#if (G_MODULE_IMPL == G_MODULE_IMPL_AR) || (G_MODULE_IMPL == G_MODULE_IMPL_DL)
|
||||||
|
Loading…
Reference in New Issue
Block a user