cppcheck updates

This commit is contained in:
Cary R
2025-11-23 01:31:14 -08:00
parent 1c6f0e768a
commit d87dbb08cf
63 changed files with 491 additions and 503 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class sfunc_core : public vvp_wide_fun_core, protected vvp_gen_event_s {
public:
sfunc_core(vvp_net_t*ptr, vpiHandle sys, unsigned argc, vpiHandle*argv);
~sfunc_core();
~sfunc_core() override;
void recv_vec4(vvp_net_ptr_t port, const vvp_vector4_t&bit,
vvp_context_t context) override;