#5680 closed defect (fixed)
SCUMM: Unused variable warnings.
| Reported by: | lordhoto | Owned by: | fingolfin |
|---|---|---|---|
| Priority: | normal | Component: | Engine: SCUMM |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
Compiler: g++ 4.6 on Linux/amd64 git tree at: f584f2f3120c33492ba0309bde33a1b4c473c1e1
g++ warns about the following set but unused variables. It might be worth taking a look at them to check whether they should really be unused. If it's fine I would suggest to comment them out.
Ticket imported from: #3293800. Ticket imported from: bugs/5680.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | scumm_warnings.txt added |
|---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:3 by , 8 years ago
| Component: | → Engine: SCUMM |
|---|
Note:
See TracTickets
for help on using tickets.

I tried to address these warnings in commit 82343f6649f. Please reopen if I failed to address some.