Attached match makes a couple of minor changes to get rid of some annoying compiler warnings:
1) backend/port/win32/sema.c declares a variable inline with the code. IIRC, that's only allowed in C++. Patch moves declaration to the top of the function. 2) timezone/localtime.c, transtime() has a const arcument in the implementation but non-const in declaration. Definitly minor, but still annoying ;-) I'm also seeing a lot of signed/unsigned mismatch, but IIRC it was said at some point that we don't care about those. //Magnus
minor.patch
Description: minor.patch
---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings