diff options
author | raveit65 <[email protected]> | 2020-04-02 15:40:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-02 16:26:41 +0200 |
commit | 0017aef8ca970a8ef0c4881704a16d8ed7bd5ae2 (patch) | |
tree | ea09e5ae59eb1919f97b2e9a6f1ada69f0252266 | |
parent | 45bc7f9079c828a30e3c211b661c24c979c61425 (diff) | |
download | atril-0017aef8ca970a8ef0c4881704a16d8ed7bd5ae2.tar.bz2 atril-0017aef8ca970a8ef0c4881704a16d8ed7bd5ae2.tar.xz |
build: set compiler warning level to yes
Note: it was unset here
-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 |