libtt: Fix 'Missing return statement' errors detected by static analysis

This commit is contained in:
Matthew Howkins
2014-12-23 21:13:17 +00:00
committed by Peter Howkins
parent bc842043d2
commit caf4929c41
9 changed files with 59 additions and 67 deletions

View File

@@ -50,7 +50,7 @@ extern int _iskeycmp();
static void _readallrecords(), _attach_dups_serial();
static Blkno _buildbtree();
static int _duplicate_exist();
static checkavailfd();
static void checkavailfd(void);
/*
* _amaddindex(isfhandle, keydesc, errcode)
@@ -649,8 +649,8 @@ Static int _duplicate_exist(srt, keylength)
Static
checkavailfd()
static void
checkavailfd(void)
{
Fcb *fcb;
Bytearray *isfhandle2;