From b2a9d2cb961fabc1ca05052a645d90663d8e0a92 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 19 Aug 2025 15:57:40 -0300 Subject: cleaning up a few comments + login message enum --- tools/makefile.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/makefile.go b/tools/makefile.go index 255bbcf..7dae41f 100644 --- a/tools/makefile.go +++ b/tools/makefile.go @@ -18,6 +18,7 @@ var ( "-pedantic", "-Wall", "-Wextra", + "-Wno-deprecated-declarations", "-Wno-unused-parameter", "-Wno-format-truncation", "-std=c++11", -- cgit v1.2.3