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; }
Updated by horchi about 9 years ago
- Status changed from New to Resolved
Hi,
sollte kein Problem sein, ich habe es auf !=, aber nicht mehr im aktuellen 'master' nur im 'http' branch, 'master' ist bald veraltet ;-)
Grüße Jörg
Actions