[ scummvm-Bugs-2102828 ] AGOS - compilation error, uninitialized variable

SourceForge.net noreply at sourceforge.net
Wed Sep 10 01:54:28 CEST 2008


Bugs item #2102828, was opened at 2008-09-09 18:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2102828&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Unknown Crash/Other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Quietust (quietust)
Assigned to: Nobody/Anonymous (nobody)
Summary: AGOS - compilation error, uninitialized variable

Initial Comment:
AGOS currently fails to compile due to the following warning (being treated as an error):

scummvm\engines\agos\saveload.cpp(305) : warning C4701: local variable 'i' may be used without having been initialized.

This could potentially happen if the user tries to exit the game (or return to launcher) after bringing up the savegame name prompt but before typing anything - in this case, it looks as if it may also proceed to save the game with whatever character happened to be in the variable 'i'.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2102828&group_id=37116




More information about the Scummvm-tracker mailing list