[packages/scummvm] - narrow the scope of what forbidden symbols are allowed

baggins baggins at pld-linux.org
Mon Jun 1 10:33:09 CEST 2020


commit 1471dea286c9e9b0f9339285effbfac8b3adfe2e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Jun 1 10:32:35 2020 +0200

    - narrow the scope of what forbidden symbols are allowed

 fluidsynth-printf-attr.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/fluidsynth-printf-attr.patch b/fluidsynth-printf-attr.patch
index 652b2d0..11f4f20 100644
--- a/fluidsynth-printf-attr.patch
+++ b/fluidsynth-printf-attr.patch
@@ -1,10 +1,11 @@
 --- scummvm-2.1.1/audio/softsynth/fluidsynth.cpp.orig	2020-01-17 21:06:39.000000000 +0100
 +++ scummvm-2.1.1/audio/softsynth/fluidsynth.cpp	2020-06-01 10:20:46.232483212 +0200
-@@ -20,6 +20,7 @@
+@@ -20,6 +20,8 @@
   *
   */
  
-+#define FORBIDDEN_SYMBOL_ALLOW_ALL
++// __attribute__ ((format (printf, 2, 3))) in fluidsynth/log.h
++#define FORBIDDEN_SYMBOL_EXCEPTION_printf
  #include "common/scummsys.h"
  
  #ifdef USE_FLUIDSYNTH
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/scummvm.git/commitdiff/1471dea286c9e9b0f9339285effbfac8b3adfe2e



More information about the pld-cvs-commit mailing list