Skip to content

autogen.sh: disable -Werror by default

By default, ax_compiler_flags.m4 will enable -Werror. Since migrated to the meson build system, some codes that can raise warnings have been introduced, failing builds using GNU Autotools: https://oss.cipunited.com/ci/job/ciBuilds/job/gupnp-dlna/72/console

This patch disables -Werror if there is no argument passed to autogen.sh.

Merge request reports