Commit 1f4a849c authored by unknown's avatar unknown

one warning out, one warning in :-), forgot the argument in assert()

parent 953e7685
...@@ -1646,7 +1646,7 @@ NdbConnection::receiveTCKEY_FAILCONF(const TcKeyFailConf * failConf) ...@@ -1646,7 +1646,7 @@ NdbConnection::receiveTCKEY_FAILCONF(const TcKeyFailConf * failConf)
break; break;
case NdbOperation::NotDefined: case NdbOperation::NotDefined:
case NdbOperation::NotDefined2: case NdbOperation::NotDefined2:
assert(); assert(false);
break; break;
}//if }//if
}//while }//while
......
...@@ -149,7 +149,7 @@ NdbColumnImpl::init(Type t) ...@@ -149,7 +149,7 @@ NdbColumnImpl::init(Type t)
m_cs = default_cs; m_cs = default_cs;
break; break;
case Undefined: case Undefined:
assert(); assert(false);
break; break;
} }
m_pk = false; m_pk = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment