> You can change that to this, and you will get no warnings: > > -ifdef(DEBUG). > -define(debug(Str, Vars), io:format(Str, Vars)). > -else. > -define(debug(Str, Vars), Vars=Vars). > -endif. > > Zoltan. > > Oops, sorry, this doesn't work nicely because of the list construction...