X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=da90da29c31fe5f0da4090c02f99d11f8d8b4473;hb=7b62ec2cf9c24cf7298855999f8974a13d72b6f1;hp=2d1fa6dedd5b1de1fde02367e9d2f94d18033c54;hpb=8df75db2fd57c0b066931264f30294c86f508c04;p=pdclib.old diff --git a/Makefile b/Makefile index 2d1fa6d..da90da2 100644 --- 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