Descent3/netcon
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
..
descent3onlineclient net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
includes net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
inetfile
lanclient net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
mtclient net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
CMakeLists.txt