aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-08-19 15:57:40 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-08-19 15:57:40 -0300
commitb2a9d2cb961fabc1ca05052a645d90663d8e0a92 (patch)
tree129a81a0e4cde5da8012e37361497d890b389d9c /tools
parent232218239b9dcfefe210f47cf554b548d832a748 (diff)
downloadgame-b2a9d2cb961fabc1ca05052a645d90663d8e0a92.tar.gz
game-b2a9d2cb961fabc1ca05052a645d90663d8e0a92.zip
cleaning up a few comments + login message enum
Diffstat (limited to 'tools')
-rw-r--r--tools/makefile.go1
1 files changed, 1 insertions, 0 deletions
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",