diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-19 15:57:40 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-19 15:57:40 -0300 |
| commit | b2a9d2cb961fabc1ca05052a645d90663d8e0a92 (patch) | |
| tree | 129a81a0e4cde5da8012e37361497d890b389d9c /tools | |
| parent | 232218239b9dcfefe210f47cf554b548d832a748 (diff) | |
| download | game-b2a9d2cb961fabc1ca05052a645d90663d8e0a92.tar.gz game-b2a9d2cb961fabc1ca05052a645d90663d8e0a92.zip | |
cleaning up a few comments + login message enum
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/makefile.go | 1 |
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", |
