diff options
author | raveit65 <[email protected]> | 2020-04-02 15:40:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-02 16:25:45 +0200 |
commit | e568e9bf29a2831e594f35d755cab30f6d97c19a (patch) | |
tree | a7528f81a8fb8d55ba76826c3347d54e0ac16c64 /configure.ac | |
parent | eb97b41601b61d1fe8729658840ea9d3b0808459 (diff) | |
download | atril-e568e9bf29a2831e594f35d755cab30f6d97c19a.tar.bz2 atril-e568e9bf29a2831e594f35d755cab30f6d97c19a.tar.xz |
build: set compiler warning level to yes
Note: it was unset here
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |