Skip to content
  • Philip Chimento's avatar
    CI: Don't run CI with -Werror · 9141f847
    Philip Chimento authored
    Use --enable-compile-warnings=yes instead of =error so that we don't fail
    the build in case of new warnings popping up because of a new version of
    the compiler. (In this case, the warnings are in the installed regression
    test sources from gobject-introspection, so they can't be fixed
    directly in GJS. In another case, we had new warnings from GCC 8 in GLib
    headers.)
    9141f847