Clean up warnings from gcc 4.6.3

This commit is contained in:
Andrew Johnson
2012-07-07 15:54:31 -05:00
parent 2559e1a3b7
commit 62727dcba6
17 changed files with 46 additions and 90 deletions

View File

@@ -59,8 +59,6 @@ static long init_record(mbboDirectRecord *prec)
static long write_mbbo(mbboDirectRecord *prec)
{
long status;
status = dbPutLink(&prec->out,DBR_USHORT,&prec->val,1);
return(0);
dbPutLink(&prec->out,DBR_USHORT,&prec->val,1);
return 0;
}