Dirk Hohndel wrote:
On Thu, Jul 10, 2014 at 10:11:46PM +0200, Anton Lundin wrote:- for (gasidx = 0; gasidx< MAX_CYLINDERS; gasidx++) { + for (int gasidx = 0; gasidx< MAX_CYLINDERS; gasidx++) {IIRC we don't want to use this in C files because some older C compilers throw up with it...
We already do it in windows.c line 194, but I guess those older compilers are ifdef'ed away from that file?
Henrik
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
