From e568e9bf29a2831e594f35d755cab30f6d97c19a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 2 Apr 2020 15:40:01 +0200 Subject: build: set compiler warning level to yes Note: it was unset here --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 32094939..c16e93f3 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AM_PROG_LIBTOOL AC_PROG_SED MATE_MAINTAINER_MODE_DEFINES -MATE_COMPILE_WARNINGS +MATE_COMPILE_WARNINGS([yes]) MATE_CXX_WARNINGS dnl FIXME: remove this when required gtk+ >= 2.19.7 -- cgit v1.2.1