when using --enable-debug and gcc, provide the -Wno-format-nonliteral option
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2004 10:38:32 +0000 (10:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2004 10:38:32 +0000 (10:38 +0000)
commit6dffe9702d4ea9a851005c2437c48fcfac865431
tree9c193ed8709cf2a76013fe1db2f9511817ef6f68
parentf71139750d165dc2b60b7c3584bfd332af6b9231
when using --enable-debug and gcc, provide the -Wno-format-nonliteral option
to prevent the warning in mprintf.c:

(currently line 930) "format not a string literal, argument types not checked"
configure.ac