libcdio / libcdio-paranoia

CD paranoia on top of libcdio
GNU General Public License v3.0
50 stars 38 forks source link

avoid triggering -Wstrict-prototypes compiler warnings #37

Closed Dudemanguy closed 1 year ago

Dudemanguy commented 1 year ago

This declaration is valid under C, but is considered an incomplete type because the type of the argument isn't specified. Fix this simply including the void here.