Opened 7 years ago
Closed 7 years ago
#13914 closed bug (fixed)
Fix minor issues with compress.c
Reported by: | ohnx56 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Since K&R C was first introduced, void functions have been added. gcc2 and gcc5 both support void functions, so it's better to use them.
Fixes CID 603424 (Usage), CID 603425 (cl_hash), CID 603426 (output), CID 603427 (cl_block), CID 603428 (prratio), and CID 603432 (version)
Attachments (1)
Change History (4)
comment:1 by , 7 years ago
patch: | 0 → 1 |
---|
comment:2 by , 7 years ago
by , 7 years ago
Attachment: | 0001-bin-compress-Fix-minor-issues-with-compress.c.patch added |
---|
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in hrev51718, with a few fixes. Thanks!
Note:
See TracTickets
for help on using tickets.
It has been brought to my attention that, per #10267, bin/compress should be removed.
I will attach a new patch for this change.