[Scummvm-devel] ScummVM 1.7.0 Release. Final date for ports and translations

Marcus Comstedt marcus at mc.pp.se
Thu Jul 10 22:21:03 CEST 2014


Eugene Sandulenko <sev at scummvm.org> writes:

> This is final heads up for ports and translations. Taggins will happen
> tomorrow in about 24 hours from now.

Hm, doesn't this look bad:

../audio/softsynth/mt32/Synth.cpp: In member function `virtual void MT32Emu::ReportHandler::printDebug(const char*, va_list)':
../audio/softsynth/mt32/Synth.cpp:103: warning: cannot pass objects of non-POD type `struct va_list' through `...'; call will abort at runtime

It looks like commit 3d12f147 changed a call to vprintf (which takes a
va_list) into a call to debug (which is a varargs function, taking
...).  I guess it needs to call some form of "vdebug" instead?


  // Marcus






More information about the Scummvm-devel mailing list