Skip to content

gmodule: Fix redeclaration of symbol

Philip Withnall requested to merge pwithnall/glib:coverity-build into main

This should fix the Coverity build, which is currently broken: https://gitlab.gnome.org/GNOME/glib/-/jobs/2389979

../gmodule/gmodule-deprecated.c:8: error: "GLIB_DISABLE_DEPRECATION_WARNINGS" redefined [-Werror]
    8 | #define GLIB_DISABLE_DEPRECATION_WARNINGS
      |
<command-line>: note: this is the location of the previous definition
cc1: all warnings being treated as errors

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports