]> git.pld-linux.org Git - packages/scummvm.git/blob - fluidsynth-printf-attr.patch
up to 2.2.0
[packages/scummvm.git] / fluidsynth-printf-attr.patch
1 --- scummvm-2.1.1/audio/softsynth/fluidsynth.cpp.orig   2020-01-17 21:06:39.000000000 +0100
2 +++ scummvm-2.1.1/audio/softsynth/fluidsynth.cpp        2020-06-01 10:20:46.232483212 +0200
3 @@ -20,6 +20,8 @@
4   *
5   */
6  
7 +// __attribute__ ((format (printf, 2, 3))) in fluidsynth/log.h
8 +#define FORBIDDEN_SYMBOL_EXCEPTION_printf
9  #if defined(HAVE_CONFIG_H)
10  #include "config.h"
11  #endif
This page took 0.026474 seconds and 3 git commands to generate.