aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Pöschel <github@basicmaster.de>2016-06-26 15:43:13 +0200
committerStefan Pöschel <github@basicmaster.de>2016-06-26 15:43:13 +0200
commitfc9c14cc9d0c504702f4d524dcf5bc852153be64 (patch)
treeb254289eb7d2f76b8d489361bbe951e3448683d1 /Makefile.am
parent31c8fca44d11d44b70d90721c27a77ec5a83faa1 (diff)
downloadODR-AudioEnc-fc9c14cc9d0c504702f4d524dcf5bc852153be64.tar.gz
ODR-AudioEnc-fc9c14cc9d0c504702f4d524dcf5bc852153be64.tar.bz2
ODR-AudioEnc-fc9c14cc9d0c504702f4d524dcf5bc852153be64.zip
MOT encoder: enable/fix all/extra warnings
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fe45bf9..629ee12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -124,7 +124,7 @@ dabplus_enc_SOURCES = src/dabplus-enc.cpp \
src/utf8/core.h \
src/common.h
-mot_encoder_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib
+mot_encoder_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib -Wall -Wextra
mot_encoder_LDADD = @MAGICKWAND_LDADD@
mot_encoder_SOURCES = src/mot-encoder.cpp \
contrib/lib_crc.h \