[PATCH] sha1_file.c: make parse_sha1_header_extended() static

2015-04-16 Thread Ramsay Jones
commit 9e1f5bc0 (sha1_file.c: support reading from a loose object of unknown type, 15-04-2015) added a new externally visible function which does not require more than file scope. This causes sparse to issue a warning message about this symbol. In order to suppress the warning, add the static

Re: [PATCH] sha1_file.c: make parse_sha1_header_extended() static

2015-04-16 Thread Karthik Nayak
On April 16, 2015 5:55:25 PM GMT+05:30, Ramsay Jones ram...@ramsay1.demon.co.uk wrote: commit 9e1f5bc0 (sha1_file.c: support reading from a loose object of unknown type, 15-04-2015) added a new externally visible function which does not require more than file scope. This causes sparse to issue