From: solar Date: Thu, 1 Jun 2006 15:38:49 +0000 (+0000) Subject: Disabled format string warnings on ...printf() regtest drivers. X-Git-Tag: v0.5~174 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=41d961304327a91980f408494bb99c5f60278291 Disabled format string warnings on ...printf() regtest drivers. --- diff --git a/Makefile b/Makefile index ab9e812..f9f99e0 100644 --- a/Makefile +++ b/Makefile @@ -113,4 +113,4 @@ help: %.r: %.c Makefile @echo " CC $(patsubst functions/%,%,$@)" - @$(CC) $(CFLAGS) -DTEST -DREGTEST -std=c99 -I./internals $< -o $@ + @$(CC) $(CFLAGS) -Wno-format -DTEST -DREGTEST -std=c99 -I./internals $< -o $@