Doom-Utils / deutex

WAD composer for Doom, Heretic, Hexen, and Strife
Other
61 stars 17 forks source link

build: fix gcc warnings abuot old K&R style function declarations #53

Closed jengelh closed 6 years ago

jengelh commented 6 years ago

Older gcc complain about the K&R-style prototype. Fix 'em. (Forward ported from a deutex 4.4.x patch.) src/deutex.c:108:1: warning: function declaration is not a prototype src/deutex.c:1611:13: warning: function declaration is not a prototype

chungy commented 6 years ago

Thanks, merged