Very simple to reproduce - just try compiling the project in XCode.
The failure starts at line 409 of MACHIDManager.cpp and causes failures on
subsequent lines. It appears from my fiddling with the code to be due to the
fact that case statement in question needs braces around it (due to the
declaration of integers in it's scope).
Inserting an opening brace on line 409 and a closing brace after the return
(line 416) fixes the issue
Please provide any additional information below.
Original issue reported on code.google.com by BenT.Sol...@gmail.com on 6 Aug 2010 at 12:12
Original issue reported on code.google.com by
BenT.Sol...@gmail.com
on 6 Aug 2010 at 12:12