Opened 16 years ago

Closed 16 years ago

Last modified 5 years ago

#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 fingolfin, 16 years ago

Owner: set to peres

comment:2 by SF/ralexandr, 16 years ago

Summary: Parallaction engine doesn't compile under MSVCParallaction engine doesn't compile under MSVC9

comment:3 by sev-, 16 years ago

Stupid MSVC turned 0xffffffffu (note the trailing 'u') into -1. Argh. Fixed.

comment:4 by sev-, 16 years ago

Owner: changed from peres to sev-
Resolution: fixed
Status: newclosed

comment:5 by digitall, 5 years ago

Component: Engine: Parallaction
Note: See TracTickets for help on using tickets.