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 Initial import 2024-04-15 21:43:29 -06:00
dmfcbase.cpp Add start parameter to FindArg() 2024-09-29 12:53:49 -04:00
dmfccfg.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcclient.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcfunctions.cpp net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
dmfchudmessages.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcinputcommand.cpp build: resolve 101 instances of -Wunused-variable 2024-11-04 22:20:18 +01:00
dmfcinputcommands.h Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
dmfcinterface.cpp Replace "ubyte" with "uint8_t" 2024-05-23 23:07:26 -04:00
dmfcinternal.h Add "final" marker to a number of classes 2024-11-03 23:39:37 +01:00
dmfcmenu.cpp Merge pull request #548 from pzychotic/fix-errors 2024-09-08 22:41:46 +02:00
dmfcpackets.cpp Fix spello "it's" 2024-09-03 13:26:51 +02:00
dmfcpinfo.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcprecord.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcremote.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcserver.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcstats.cpp Fix spello "seperate.." 2024-09-03 13:26:51 +02:00
dmfctimer.cpp DMFC: declare external DMCFStringTable, DMFCStringTableSize, _DMFCErrorString, basethis and DMFCGetString only when needed 2024-07-28 17:52:01 +02:00
dmfcui.cpp net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
dmfcvirtual.cpp Properly format/use variadic macros 2024-05-24 20:57:17 -04:00
encryption.cpp Replace "ushort" with "uint16_t" and fix missing includes 2024-05-23 23:16:40 -04:00
encryption.h Replace "ushort" with "uint16_t" and fix missing includes 2024-05-23 23:16:40 -04:00
idmfc.cpp Replace "ubyte" with "uint8_t" 2024-05-23 23:07:26 -04:00