From 679206550b365c44f43976ff11c1380fdbd3c742 Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Thu, 9 Jan 2003 01:42:21 +0000 Subject: [PATCH] add -Wall to normal build (not just debug) (Logical change 1.80) --- libntfs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libntfs/Makefile.am b/libntfs/Makefile.am index bd5c41c4..dac13aec 100644 --- a/libntfs/Makefile.am +++ b/libntfs/Makefile.am @@ -29,9 +29,9 @@ LTVERSION = 4:0:0 # Need this to enable 64-bit (device) file access functions and parameters. if DEBUG -AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -g -DDEBUG -Wall +AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -Wall -g -DDEBUG else -AM_CFLAGS = -D_FILE_OFFSET_BITS=64 +AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -Wall endif linux_ntfsincludedir = -I$(top_srcdir)/include