From 9b296a15476c48a7cdaaadc9fa016051057b4d15 Mon Sep 17 00:00:00 2001
From: spherallic <spherallic@gmail.com>
Date: Thu, 17 Aug 2023 19:27:33 +0200
Subject: [PATCH] Disable Makefile deprecation warning for now

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index e1d9cb384f..41cef2a179 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -392,4 +392,4 @@ else
 	@:
 endif
 
-$(warning The handwritten GNU Makefile for SRB2 is deprecated, and may be removed in the future. Please consider switching to CMake.)
+#$(warning The handwritten GNU Makefile for SRB2 is deprecated, and may be removed in the future. Please consider switching to CMake.)
-- 
GitLab