Actions
Bug #2248
openlib/db.h:616: bad comparison ?
Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
10/05/2015
Due date:
% Done:
0%
Estimated time:
Description
lib/db.h:616:47: warning: ordered
comparison of pointer with integer zero [-Wextra]
int isConnected() { return getMySql() > 0; }
Actions