From 832439b33600092187c0e7c7961ab12f4bb69c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 22 Nov 2022 15:56:13 +0100 Subject: [PATCH] strange enough _that_ suppression works --- suppressions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/suppressions.txt b/suppressions.txt index 42dd40c33..3db2d5b7d 100644 --- a/suppressions.txt +++ b/suppressions.txt @@ -36,7 +36,10 @@ cstyleCast // ignore stuff that is not ours *:.pio/* *:*/libdeps/* +noExplicitConstructor:*/mqtt/* +postfixOperator:*/mqtt/* // these two caused issues missingOverride virtualCallInConstructor +