Descent3/netgames/dmfc
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 Sync DMFC debug functionality with core codebase 2024-09-24 23:03:02 +03:00
dmfc.def
dmfcbase.cpp Add start parameter to FindArg() 2024-09-29 12:53:49 -04:00
dmfccfg.cpp
dmfcclient.cpp
dmfcfunctions.cpp net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
dmfchudmessages.cpp
dmfcinputcommand.cpp build: resolve 101 instances of -Wunused-variable 2024-11-04 22:20:18 +01:00
dmfcinputcommands.h
dmfcinterface.cpp
dmfcinternal.h Add "final" marker to a number of classes 2024-11-03 23:39:37 +01:00
dmfcmenu.cpp
dmfcpackets.cpp
dmfcpinfo.cpp
dmfcprecord.cpp
dmfcremote.cpp
dmfcserver.cpp
dmfcstats.cpp
dmfctimer.cpp
dmfcui.cpp net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
dmfcvirtual.cpp
encryption.cpp
encryption.h
idmfc.cpp