K 10 svn:author V 5 luigi K 8 svn:date V 27 2012-07-30T10:55:23.884337Z K 7 svn:log V 242 Fix some compile errors at high WARNS, including one for an uninitialized variable. unused parameters and variables are annotated with (void)foo; /* UNUSED */ instead of __unused, because this code needs to build also on linux and windows. END