diff options
author | dteske <dteske@FreeBSD.org> | 2016-01-27 15:28:23 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2016-01-27 15:28:23 +0000 |
commit | d2ce3b96899b55779d81ed942b224085cfc6f678 (patch) | |
tree | f9a5ad9fe8fbaef3773fc339b8ab324d284c1b4e /contrib/llvm/lib/Support/Unicode.cpp | |
parent | 79f412ad44fac73a7ef6a1f14cfdf6864ae1bc09 (diff) | |
download | FreeBSD-src-d2ce3b96899b55779d81ed942b224085cfc6f678.zip FreeBSD-src-d2ce3b96899b55779d81ed942b224085cfc6f678.tar.gz |
Fix fatal warn when compiling under GCC 5.2.0
GCC 5.2.0 generates the following [fatal] warning:
dialog_util.c:270:23: error:
zero-length gnu_printf format string [-Werror=format-zero-length]
sprintf(dargv[n++], "");
Fix malloc argument while here, removing sprintf.
Reported by: Ruslan Bukin <ruslan.bukin at cl cam ac uk>
Diffstat (limited to 'contrib/llvm/lib/Support/Unicode.cpp')
0 files changed, 0 insertions, 0 deletions