Fix some warnings reported by gcc

This commit is contained in:
Magnus Norddahl 2025-06-22 08:01:47 +02:00
commit c8509d000c
14 changed files with 43 additions and 30 deletions

View file

@ -1,4 +1,8 @@
#ifndef NO_SEND_STATS
#define NO_SEND_STATS
#endif
#ifdef NO_SEND_STATS
void D_DoAnonStats()