mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 01:12:15 +03:00
cStyleCasts
This commit is contained in:
@@ -87,7 +87,7 @@ protected:
|
||||
static
|
||||
int count_cb(unsigned, unsigned long long, unsigned long long, unsigned,
|
||||
void *ctxt) {
|
||||
size_t *count = (size_t *)ctxt;
|
||||
size_t *count = static_cast<size_t *>(ctxt);
|
||||
(*count)++;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user