mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
cstylecasts and suppressions
This commit is contained in:
@@ -53,9 +53,11 @@ void hwlmGenerateDumpFiles(const HWLM *h, const string &base) {
|
||||
|
||||
switch (h->type) {
|
||||
case HWLM_ENGINE_NOOD:
|
||||
// cppcheck-suppress cstyleCast
|
||||
noodPrintStats(reinterpret_cast<const noodTable *>(HWLM_C_DATA(h)), f);
|
||||
break;
|
||||
case HWLM_ENGINE_FDR:
|
||||
// cppcheck-suppress cstyleCast
|
||||
fdrPrintStats(reinterpret_cast<const FDR *>(HWLM_C_DATA(h)), f);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user