------------------------------------------------------------------------ r8690 | ny00123 | 2020-03-06 07:50:01 -0800 (Fri, 06 Mar 2020) | 1 line sw/src/player.cpp: Remove unused globals related to mouse status ------------------------------------------------------------------------ r8689 | ny00123 | 2020-03-06 07:50:00 -0800 (Fri, 06 Mar 2020) | 1 line sw/src/player.cpp: A bit more complicated cases of unused vars ------------------------------------------------------------------------ r8688 | ny00123 | 2020-03-06 07:49:58 -0800 (Fri, 06 Mar 2020) | 2 lines SW: Handle cases in which the result of an expression with (possible) side-effects is written to an unused var. ------------------------------------------------------------------------ r8687 | ny00123 | 2020-03-06 07:49:56 -0800 (Fri, 06 Mar 2020) | 1 line sw/src/inv.cpp: Move unused global pal arrays to #if 0 block ------------------------------------------------------------------------ r8686 | ny00123 | 2020-03-06 07:49:55 -0800 (Fri, 06 Mar 2020) | 3 lines SW: Comment out unused vars, which would become used if previously commented out code was uncommented (including a few instances of uninitialized var reads). ------------------------------------------------------------------------ r8685 | ny00123 | 2020-03-06 07:49:49 -0800 (Fri, 06 Mar 2020) | 1 line SW: Remove a ton of unused vars ------------------------------------------------------------------------ r8684 | ny00123 | 2020-03-06 07:49:41 -0800 (Fri, 06 Mar 2020) | 2 lines Let's force _WIN32_WINNT to 0x0600 in mmulti.cpp for now, even if already defined earlier. Don't redefine WIN32_LEAN_AND_MEAN, though. ------------------------------------------------------------------------ r8683 | ny00123 | 2020-03-06 07:49:40 -0800 (Fri, 06 Mar 2020) | 1 line mmulti.cpp: Fix __USE_GNU redefinition warning ------------------------------------------------------------------------ r8682 | ny00123 | 2020-03-06 07:49:37 -0800 (Fri, 06 Mar 2020) | 2 lines mmulti.cpp: Remove unused variables. Additionally, define simlagcnt and simlagfif only if SIMLAG > 1. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.