Doom-Utils / deutex

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

Silence warn_unused_result #33

Closed Voros2 closed 7 years ago

Voros2 commented 7 years ago

sound.c: In function ‘SNDloadWaveFile’: sound.c:114:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]

NickZ commented 7 years ago

@Voros2 Just curious, is there a reason you're editing these files directly on GitHub? You could avoid the kinds of errors that you have here if edited these locally and tested the builds yourself.

Voros2 commented 7 years ago

Yes there is.