It seems I have to review the list of warning options if I missed this one.
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Tue, 11 Jan 2011 05:52:32 +0000 (05:52 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Tue, 11 Jan 2011 05:52:32 +0000 (05:52 +0000)
git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@512 546481bc-9713-0410-bf18-d3337bbf4a3e

Makefile

index 2d1fa6dedd5b1de1fde02367e9d2f94d18033c54..da90da29c31fe5f0da4090c02f99d11f8d8b4473 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ REGDEPFILES := $(patsubst %,%.d,$(REGFILES))
 # All files belonging to the source distribution
 ALLFILES := $(SRCFILES) $(HDRFILES) $(AUXFILES)
 
-WARNINGS := -Wall -Wextra -pedantic -Wno-unused-parameter -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -fno-builtin 
+WARNINGS := -Wall -Wextra -pedantic -Wno-unused-parameter -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wuninitialized -fno-builtin 
 CFLAGS := -g -std=c99 -I./internals -I./testing $(WARNINGS) $(USERFLAGS)
 
 .PHONY: all clean srcdist bindist test tests testdrivers regtests regtestdrivers todos fixmes find links unlink help