diff options
author | 2013-07-18 21:25:50 +0100 | |
---|---|---|
committer | 2013-07-18 16:43:47 -0700 | |
commit | d099b7173dabdeeb1f339151ac2169b3a91bf631 (patch) | |
tree | 566f335eb1fef1a43bfd652b363239ff82d8444c /Documentation/git-check-ref-format.txt | |
parent | sha1_object_info_extended: pass object_info to helpers (diff) | |
download | tgif-d099b7173dabdeeb1f339151ac2169b3a91bf631.tar.xz |
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 <ramsay@ramsay1.demon.co.uk>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-check-ref-format.txt')
0 files changed, 0 insertions, 0 deletions