#3958 closed defect (fixed)
AGOS - compilation error, uninitialized variable
Reported by: | SF/quietust | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Engine: AGOS |
Version: | Keywords: | ||
Cc: | Game: |
Description
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'.
Ticket imported from: #2102828. Ticket imported from: bugs/3958.
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Engine: AGOS |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in the latest SVN