mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Cleaned up g++ warnings.
This commit is contained in:
parent
aa0691ba21
commit
ef1650f6a2
7 changed files with 21 additions and 21 deletions
2
src/cq.c
2
src/cq.c
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue