]> git.mxchange.org Git - quix0rs-blobwars.git/commit - src/CEngine.cpp
Fix -Wunused-result compiler warnings
authorHans de Goede <hdegoede@redhat.com>
Mon, 14 Feb 2011 11:22:07 +0000 (12:22 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 14 Feb 2011 11:22:07 +0000 (12:22 +0100)
commit39f27126609c9c80dea1ab3d95240f4de6c240f9
tree7e4d519941906d32f09d9accc0cd667bfc2f5583
parent2e0e38f70b6f8843b474db20da5ea828b31d52b3
Fix -Wunused-result compiler warnings

Fedora uses -Wunused-result when building packages, combined with the -Werror
from the makefile, this causes compile errors in various places because
of not properly error checking various file io actions. This patch fixes this.
src/CConfig.cpp
src/CEngine.cpp
src/CPak.cpp
src/CReplayData.cpp
src/headers.h
src/init.cpp
src/loadSave.cpp
src/pak.cpp