changeset 6232:bdbcf2e12cf6

* src/xkbcommon.mk: disable turning warnings to errors
author John Donoghue <john.donoghue@ieee.org>
date Wed, 25 May 2022 09:37:01 -0400
parents 3215f835dacc
children 3d86598a6b7f
files src/xkbcommon.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xkbcommon.mk	Mon May 23 07:43:13 2022 -0400
+++ b/src/xkbcommon.mk	Wed May 25 09:37:01 2022 -0400
@@ -22,6 +22,7 @@
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --prefix='$(HOST_PREFIX)' \
+	--disable-selective-werror \
         && $(CONFIGURE_POST_HOOK)
 
     $(MAKE) -C '$(1)' -j '$(JOBS)'