From 1ef508b8259f91015570d28ccd47139fe6ddbfcc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Oct 2024 18:40:02 -0400 Subject: Avoid virtual calls in destructors --- .suppress.cppcheck | 1 - 1 file changed, 1 deletion(-) (limited to '.suppress.cppcheck') diff --git a/.suppress.cppcheck b/.suppress.cppcheck index ec887b7..14e7b23 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -3,4 +3,3 @@ constVariablePointer missingReturn normalCheckLevelMaxBranches shadowFunction -virtualCallInConstructor -- cgit v1.2.1