summaryrefslogtreecommitdiff
path: root/test-sha1.c
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>2011-04-07 18:49:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-04-22 17:04:27 (GMT)
commitc51477229ee4c7846d40a447860b5bf94aa1103d (patch)
tree4bfce447467267ad409f75e33f5cb5d3ec6689d3 /test-sha1.c
parent0bcd9ae85d7e05e78a10a69a2ebe98dcde130937 (diff)
downloadgit-c51477229ee4c7846d40a447860b5bf94aa1103d.zip
git-c51477229ee4c7846d40a447860b5bf94aa1103d.tar.gz
git-c51477229ee4c7846d40a447860b5bf94aa1103d.tar.bz2
sparse: Fix some "symbol not declared" warnings
In particular, sparse issues the "symbol 'a_symbol' was not declared. Should it be static?" warnings for the following symbols: attr.c:468:12: 'git_etc_gitattributes' attr.c:476:5: 'git_attr_system' vcs-svn/svndump.c:282:6: 'svndump_read' vcs-svn/svndump.c:417:5: 'svndump_init' vcs-svn/svndump.c:432:6: 'svndump_deinit' vcs-svn/svndump.c:445:6: 'svndump_reset' The symbols in attr.c only require file scope, so we add the static modifier to their declaration. The symbols in vcs-svn/svndump.c are external symbols, and they already have extern declarations in the "svndump.h" header file, so we simply include the header in svndump.c. Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'test-sha1.c')
0 files changed, 0 insertions, 0 deletions