Cleaned up g++ warnings.

This commit is contained in:
Seth Hall 2011-01-20 15:07:24 -05:00
parent aa0691ba21
commit ef1650f6a2
7 changed files with 21 additions and 21 deletions

View file

@ -570,7 +570,7 @@ cq_debugbucket(register struct cq_handle *hp,
bp2 = hp->buckets + PRI2BUCKET(hp, bp->pri);
if (bp2 != buckets) {
fprintf(stderr,
"%f in wrong bucket! (off by %d)\n",
"%f in wrong bucket! (off by %ld)\n",
bp->pri, bp2 - buckets);
cq_dump(hp);
abort();