Opened 9 years ago
Closed 9 years ago
#1432 closed bug (fixed (in master))
game-cmd.c:396: non-ISO C code may cause compile error
Reported by: | Irayo | Owned by: | |
---|---|---|---|
Milestone: | 3.3.0 | Keywords: | compile |
Cc: |
Description
Line 396 of game-cmd.c in Angband 3.2.0 contains an inline variable declaration inside the for loop. To ensure compatibility with ISO C standard compliance, this declaration should be moved about three lines up with the other declarations.
(This causes an error when compiling with make -f Makefile.std and possibly with other configurations.)
Change History (1)
comment:1 Changed 9 years ago by myshkin
- Milestone changed from Triage to 3.3.0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This change has already occurred in the development branch.