[Scummvm-git-logs] scummvm master -> f937755c6c8976a3634b9bbea460987099e2d271

bluegr noreply at scummvm.org
Sun Dec 25 08:32:49 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:
f937755c6c BACKENDS: Disable curl deprecation warnings


Commit: f937755c6c8976a3634b9bbea460987099e2d271
    https://github.com/scummvm/scummvm/commit/f937755c6c8976a3634b9bbea460987099e2d271
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2022-12-25T10:32:44+02:00

Commit Message:
BACKENDS: Disable curl deprecation warnings

We still need to support older versions, so mute the warnings as long as
the old APIs can still be used.

Changed paths:
    backends/networking/curl/networkreadstream.cpp


diff --git a/backends/networking/curl/networkreadstream.cpp b/backends/networking/curl/networkreadstream.cpp
index d3f4ef1accc..c7ae1ee9142 100644
--- a/backends/networking/curl/networkreadstream.cpp
+++ b/backends/networking/curl/networkreadstream.cpp
@@ -20,6 +20,7 @@
  */
 
 #define FORBIDDEN_SYMBOL_ALLOW_ALL
+#define CURL_DISABLE_DEPRECATION
 
 #include <curl/curl.h>
 #include "backends/networking/curl/networkreadstream.h"




More information about the Scummvm-git-logs mailing list