#3797 closed defect (fixed)
Parallaction engine doesn't compile under MSVC9
Reported by: | SF/ralexandr | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Engine: Parallaction |
Version: | Keywords: | ||
Cc: | Game: |
Description
..\..\engines\parallaction\parser_ns.cpp(1062) : error C2220: warning treated as error - no 'object' file generated
..\..\engines\parallaction\parser_ns.cpp(1062) : warning C4245: 'argument' : conversion from 'Parallaction::CommandFlags' to 'uint32', signed/unsigned mismatch parser_br.cpp
Ticket imported from: #2008054. Ticket imported from: bugs/3797.
Change History (5)
comment:1 by , 16 years ago
Owner: | set to |
---|
comment:2 by , 16 years ago
Summary: | Parallaction engine doesn't compile under MSVC → Parallaction engine doesn't compile under MSVC9 |
---|
comment:3 by , 16 years ago
comment:4 by , 16 years ago
Owner: | changed from | to
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 by , 6 years ago
Component: | → Engine: Parallaction |
---|
Note:
See TracTickets
for help on using tickets.
Stupid MSVC turned 0xffffffffu (note the trailing 'u') into -1. Argh. Fixed.