mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
Merge branch 'coverity-build' into 'main'
gmodule: Fix redeclaration of symbol See merge request GNOME/glib!3075
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user