summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-03 08:41:51 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-03 08:41:51 +0000
commit8bb93baaa3051e7dc0059233ba6d5015423362de (patch)
tree09a2124fac9a20ed0555a820a0eae1070687b9cc
parent07e225c278d9c276ae23e8108f40139facc7f393 (diff)
downloadldetect-8bb93baaa3051e7dc0059233ba6d5015423362de.tar
ldetect-8bb93baaa3051e7dc0059233ba6d5015423362de.tar.gz
ldetect-8bb93baaa3051e7dc0059233ba6d5015423362de.tar.bz2
ldetect-8bb93baaa3051e7dc0059233ba6d5015423362de.tar.xz
ldetect-8bb93baaa3051e7dc0059233ba6d5015423362de.zip
be more strict
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c78f5d3..d5d85a2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ includedir = $(prefix)/include
binaries = lspcidrake
libraries = libldetect.a
-CFLAGS = -Wall -Wstrict-prototypes -g
+CFLAGS = -Wall -W -Wstrict-prototypes -g
build: $(binaries) $(libraries)