mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix a preprocessor warning with --disable-visibility
Don't redefine DISABLE_VISIBILITY when already building with --disable-visibility.
This commit is contained in:
@@ -26,7 +26,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* side-step some glib build stuff */
|
/* side-step some glib build stuff */
|
||||||
|
#ifndef DISABLE_VISIBILITY
|
||||||
#define DISABLE_VISIBILITY
|
#define DISABLE_VISIBILITY
|
||||||
|
#endif
|
||||||
#define GLIB_COMPILATION
|
#define GLIB_COMPILATION
|
||||||
|
|
||||||
/* rebuild gbitlock.c without futex support,
|
/* rebuild gbitlock.c without futex support,
|
||||||
|
Reference in New Issue
Block a user