diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2012-10-28 21:05:25 +0000 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2012-10-29 01:48:06 -0400 |
commit | 5ba1a8a735c721cc66cc030866163f6fdb7f5ecb (patch) | |
tree | fa455c3dabb07ddd38d50ee4450ff055382ff4aa /builtin/hash-object.c | |
parent | e89558988305c3e912c0674faeb814e44563f7fd (diff) | |
download | git-5ba1a8a735c721cc66cc030866163f6fdb7f5ecb.tar.gz |
builtin/config.c: Fix a sparse warning
Sparse issues an "Using plain integer as NULL pointer" warning while
checking a 'struct strbuf_list' initializer expression. The initial
field of the struct has pointer type, but the initializer expression
is given as '{0}'. In order to suppress the warning, we simply replace
the initializer with '{NULL}'.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'builtin/hash-object.c')
0 files changed, 0 insertions, 0 deletions