Fixed compiler warnings, removed CMap::InitHashTable() (empty function)

This commit is contained in:
Wipe
2023-06-27 09:41:33 +02:00
parent 489de55330
commit ab8aa972f0
6 changed files with 4 additions and 13 deletions
+2 -1
View File
@@ -198,7 +198,8 @@ int getopt(int argc, char *argv[], const char *optstring)
if (cp == NULL || c == ':')
return '?';
cp++;
cp++;
if (*cp == ':')
{
if (*next != '\0')