[Scummvm-git-logs] scummvm master -> 9af3ef5e88604c883d7a38628998c3e1205eca00

digitall noreply at scummvm.org
Mon Mar 21 21:37:54 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9af3ef5e88 AUDIO: MT32: Fix Undefined Macro Compiler Warnings


Commit: 9af3ef5e88604c883d7a38628998c3e1205eca00
    https://github.com/scummvm/scummvm/commit/9af3ef5e88604c883d7a38628998c3e1205eca00
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-21T21:37:04Z

Commit Message:
AUDIO: MT32: Fix Undefined Macro Compiler Warnings

These were emitted by GCC when -Wundef was passed.

Changed paths:
    audio/softsynth/mt32/config.h


diff --git a/audio/softsynth/mt32/config.h b/audio/softsynth/mt32/config.h
index bf5ea8ca266..d7c59d8d931 100644
--- a/audio/softsynth/mt32/config.h
+++ b/audio/softsynth/mt32/config.h
@@ -34,6 +34,7 @@
  * 3: All the available API types are provided by the library build.
  */
 #define MT32EMU_EXPORTS_TYPE 0
+#define MT32EMU_API_TYPE 0
 
 /* Type of library build.
  *




More information about the Scummvm-git-logs mailing list