Fixed compiler warnings and errors

This commit is contained in:
Monty 2015-10-09 13:01:07 +03:00
commit c696fc74cf
3 changed files with 31 additions and 2 deletions

View file

@ -1114,7 +1114,7 @@ int GetIntegerTableOption(PGLOBAL g, PTOS options, char *opname, int idef)
else if (!stricmp(opname, "Compressed"))
opval= (options->compressed);
if (opval == (ulonglong)NO_IVAL) {
if ((ulonglong) opval == (ulonglong)NO_IVAL) {
char *pv;
if ((pv= GetListOption(g, opname, options->oplist)))