Fix some sparse warnings
authorRamsay Jones <redacted>
Thu, 18 Jul 2013 20:25:50 +0000 (21:25 +0100)
committerJunio C Hamano <redacted>
Thu, 18 Jul 2013 23:43:47 +0000 (16:43 -0700)
commitd099b7173dabdeeb1f339151ac2169b3a91bf631
tree566f335eb1fef1a43bfd652b363239ff82d8444c
parent23c339c0f262aad2515e48c33ec8f35d476d2ddc
Fix some sparse warnings

Sparse issues some "Using plain integer as NULL pointer" warnings.
Each warning relates to the use of an '{0}' initialiser expression
in the declaration of an 'struct object_info'. The first field of
this structure has pointer type. Thus, in order to suppress these
warnings, we replace the initialiser expression with '{NULL}'.

Signed-off-by: Ramsay Jones <redacted>
Acked-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
sha1_file.c
streaming.c
git clone https://git.99rst.org/PROJECT