From 6ba5cbea7bec1ee0a2e7724e69071b4a1bce3622 Mon Sep 17 00:00:00 2001 From: darealshinji Date: Thu, 27 Nov 2014 15:00:17 +0100 Subject: [PATCH] let's activate compiler warnings by default --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3c32538..b650657 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +AM_CXXFLAGS = -Wall + # Declaration of the programs: bin_PROGRAMS = dvdcopy secdump dvdcopy_SOURCES = src/main.cc src/headers.hh \