waf:lib/replace: fix a build error with non-gcc compilers
authorBjörn Jacke <bj@sernet.de>
Sun, 6 Jan 2019 19:41:32 +0000 (20:41 +0100)
committerBjoern Jacke <bjacke@samba.org>
Thu, 10 Jan 2019 21:46:11 +0000 (22:46 +0100)
commit121db8c08f45ca15310d9d62b868b4e38353bcc6
tree2841b74dfacf49e377dc22cc4cb1dd910a6260de
parent7643ee2ea857cfbf727f9bf03f9e3e8cddf84a21
waf:lib/replace: fix a build error with non-gcc compilers

3a175830e579ab10231439657b23733338cd5634 added that variable which should have
been an empty initialization here. -Wno-format-zero-length (which might be
unsupported by the compiler) should not be set if we really only want to
initialize the cflags.

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/replace/wscript