On 4/13/13 11:21 AM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
from the code init var is used in printing a log. Do you compile with no log? Otherwise it seems used.
in didn't give any special compiler options. i looked at the code and perhaps gcc complains, because variable init is it possible to execute the function without init being used. there was not simple change.
there is a compile time option to disable logging, that will redefine DBG()/ERR() functions to empty ops, but it is not the case with default settings. Maybe is some misunderstanding of the code from gcc.
Cheers, Daniel