Various warning cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-11-23 22:14:32 +00:00
parent d547cbee4e
commit e0544c3eb5
13 changed files with 50 additions and 32 deletions

View File

@@ -665,7 +665,7 @@ static u_int16_t
overflow_page(hashp)
HTAB *hashp;
{
register u_int32_t *freep;
register u_int32_t *freep = 0;
register int max_free, offset, splitnum;
u_int16_t addr;
int bit, first_page, free_bit, free_page, i, in_use_bits, j;