mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
Fixed compiler warnings, removed CMap::InitHashTable() (empty function)
This commit is contained in:
+2
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user