diff options
author | Fabian Greffrath | 2015-05-08 08:43:19 +0200 |
---|---|---|
committer | Fabian Greffrath | 2015-05-08 08:43:19 +0200 |
commit | 2e8f6da6fdf0eb71e58d2cdaad24e5b0a332f675 (patch) | |
tree | b38530dc38b13e3dc5286c64889bed5ec0e2f3d8 /pcsound/pcsound_bsd.c | |
parent | 14c50f0200a382dd5be45b9dca74b6d5e4d89730 (diff) | |
download | chocolate-doom-2e8f6da6fdf0eb71e58d2cdaad24e5b0a332f675.tar.gz chocolate-doom-2e8f6da6fdf0eb71e58d2cdaad24e5b0a332f675.tar.bz2 chocolate-doom-2e8f6da6fdf0eb71e58d2cdaad24e5b0a332f675.zip |
warnings: fix ".. may be used uninitialized in this function" warnings
Actually, it was already impossible for the reported variables to be
used uninitialized, because they were all assigned a value by calling
ReadByte() and the function would return if that failed. However, the
compiler couldn't know about this fact, so we do him the favor and
initialized them to 0.
Diffstat (limited to 'pcsound/pcsound_bsd.c')
0 files changed, 0 insertions, 0 deletions