diff options
author | Thierry Crozat | 2015-06-02 00:04:06 +0100 |
---|---|---|
committer | Thierry Crozat | 2015-06-02 00:04:06 +0100 |
commit | df665e5907735fd5d40dcacd040f2e33b5125220 (patch) | |
tree | dd4589b0ba3af12010e525aae1ce9ab59461c6ce /devtools/tasmrecover | |
parent | d0a0f85fc524fc6e744c2a73c5c2413d411b4041 (diff) | |
download | scummvm-rg350-df665e5907735fd5d40dcacd040f2e33b5125220.tar.gz scummvm-rg350-df665e5907735fd5d40dcacd040f2e33b5125220.tar.bz2 scummvm-rg350-df665e5907735fd5d40dcacd040f2e33b5125220.zip |
TSAGE: Add cast of nullptr to (const void *) in call to variadic functions
This should not be necessary, but this is for (at least) two reasons:
- Our C++11 compatibility code simply defines nullptr as 0 (and 0
may have a different size to (const void *)0).
- Xcode compiler on OS X throw an error without that cast (cannot
pass object of non-POD type nullptr through variadic method).
Diffstat (limited to 'devtools/tasmrecover')
0 files changed, 0 insertions, 0 deletions