../src/UI/ViewController.m:133: error: 'for' loop initial declaration used
outside C99 mode
for (TableViewCell *cell in [editingCells allValues]) {
...
}
This flags up a syntax error in the source as well as in the compiler in a
run-of-the-mill objective
c project.
-std=c99 is passed by Xcode; perhaps we need to add this? If I add it manually,
this goes away.
So (a) we need this as a property for the compiler, and (b) it's worth setting
by default
Original issue reported on code.google.com by alex.ble...@gmail.com on 10 Jul 2009 at 12:11
Original issue reported on code.google.com by
alex.ble...@gmail.com
on 10 Jul 2009 at 12:11