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

ccawley2011 ccawley2011 at gmail.com
Thu Feb 4 22:23:36 UTC 2021


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

Summary:
ac4748a6d3 DS: Supress format warnings
9a33d895ed NEWS: Mention the rewrite of the DS port


Commit: ac4748a6d3a428b4a7942be409a602bcb0d2e7a6
    https://github.com/scummvm/scummvm/commit/ac4748a6d3a428b4a7942be409a602bcb0d2e7a6
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-02-04T22:22:01Z

Commit Message:
DS: Supress format warnings

Changed paths:
    configure


diff --git a/configure b/configure
index a94dc80826..838c759b75 100755
--- a/configure
+++ b/configure
@@ -3003,6 +3003,8 @@ EOF
 		append_var CXXFLAGS "-fdata-sections"
 		append_var CXXFLAGS "-fno-strict-aliasing"
 		append_var CXXFLAGS "-fuse-cxa-atexit"
+		# Supress format warnings as the long 4 byte causes noisy warnings.
+		append_var CXXFLAGS "-Wno-format"
 		append_var LDFLAGS "-mthumb"
 		append_var LDFLAGS "-mthumb-interwork"
 		append_var LDFLAGS "-mfloat-abi=soft"


Commit: 9a33d895edcf3cb5dc9caa3470eb6cd1c67320ba
    https://github.com/scummvm/scummvm/commit/9a33d895edcf3cb5dc9caa3470eb6cd1c67320ba
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-02-04T22:23:14Z

Commit Message:
NEWS: Mention the rewrite of the DS port

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 47f9038500..d1aa355f8b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -17,6 +17,9 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for OO-Topos
    - Added support for Glulx interactive fiction games
 
+ New ports:
+   - The Nintendo DS port got a major rewrite.
+
  General:
    - Switched ScummVM GUI output to UTF-32.
    - Updated the Roland MT-32 emulation code to the Munt project's mt32emu 2.4.2.




More information about the Scummvm-git-logs mailing list