diff options
author | Johannes Schickel | 2013-07-04 14:44:41 +0200 |
---|---|---|
committer | Johannes Schickel | 2013-07-04 14:44:41 +0200 |
commit | d7ff665737b3144b00d4808043402e1317ee234c (patch) | |
tree | b0a8b1b579ad88d692f605d892697380223a6a9d /base | |
parent | baafae672f3489b0eaf77c22be0c65ba31e6b73d (diff) | |
download | scummvm-rg350-d7ff665737b3144b00d4808043402e1317ee234c.tar.gz scummvm-rg350-d7ff665737b3144b00d4808043402e1317ee234c.tar.bz2 scummvm-rg350-d7ff665737b3144b00d4808043402e1317ee234c.zip |
AUDIO: Fix ReportHandlerScummVM::printDebug in MT32 code.
Formerly it tried to pass 'va_list' as '...' to debug. Now it's first creating
a String containing the output via String::vformat and then passing it
to debug.
Found by buildbot (master-dc). The warning message was:
audio/softsynth/mt32.cpp:65: warning: cannot pass objects of non-POD type
`struct va_list' through `...'; call will abort at runtime
Diffstat (limited to 'base')
0 files changed, 0 insertions, 0 deletions