Fix FTBFS because of unsigned int use instead of cl_error_t.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/31/head
Slávek Banko 1 year ago
parent ce4a51260d
commit a28d15e492
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -839,8 +839,7 @@ void KlamDB::addVirusName(char *start)
unsigned int KlamDB::getSigNos()
{
unsigned int ret= 0;
cl_error_t ret = CL_CLEAN;
unsigned int no = 0;
struct cl_engine *engine = NULL;
TQStringList lastDownloadPaths;

Loading…
Cancel
Save