Opened 6 years ago

Closed 6 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)

0001-bin-compress-Fix-minor-issues-with-compress.c.patch (68.3 KB ) - added by ohnx56 6 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by ohnx56, 6 years ago

patch: 01

comment:2 by ohnx56, 6 years ago

It has been brought to my attention that, per #10267, bin/compress should be removed.

I will attach a new patch for this change.

comment:3 by waddlesplash, 6 years ago

Resolution: fixed
Status: newclosed

Applied in hrev51718, with a few fixes. Thanks!

Note: See TracTickets for help on using tickets.