Disabled format string warnings on ...printf() regtest drivers.
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Thu, 1 Jun 2006 15:38:49 +0000 (15:38 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Thu, 1 Jun 2006 15:38:49 +0000 (15:38 +0000)
git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@219 546481bc-9713-0410-bf18-d3337bbf4a3e

Makefile

index ab9e812f34cde897da9b109f3b30c5a5da0c8c50..f9f99e0e291c76bb204b2cf9c0f9f83b779fee83 100644 (file)
--- 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 $@