Descent3/netgames/entropy
Jan Engelhardt 61439b379d net: resolve 1 instance of -Wdelete-incomplete
Descent3/multi_dll_mgr.cpp:974:43: warning: deleting "void*" is
undefined [-Wdelete-incomplete]

(``delete`` requires that types are _complete_, so as to find the
right destructor to call; ``void`` is incomplete by definition.)
2024-11-06 18:19:08 +01:00
..
CMakeLists.txt Restore proper module names for netgames 2024-10-27 22:04:00 +03:00
Entropy.h Fix spello "it's" 2024-09-03 13:26:51 +02:00
EntropyAux.h Replace "ubyte" with "uint8_t" 2024-05-23 23:07:26 -04:00
EntropyBase.cpp build: resolve 101 instances of -Wunused-variable 2024-11-04 22:20:18 +01:00
EntropyPackets.cpp Replace "ubyte" with "uint8_t" 2024-05-23 23:07:26 -04:00
EntropyRoom.cpp net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
Entropystr.h Heavy patching for compiler warnings. 2024-04-29 00:18:56 -04:00