From 6ca36ab3687842a8db2f5a83af2d27270c03e686 Mon Sep 17 00:00:00 2001 From: valdok Date: Sat, 6 Jul 2024 22:34:09 +0300 Subject: [PATCH] builf fix (3) --- explorer/adapter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/explorer/adapter.cpp b/explorer/adapter.cpp index 458c3f7ac..a0f74bacb 100644 --- a/explorer/adapter.cpp +++ b/explorer/adapter.cpp @@ -2275,7 +2275,7 @@ class Adapter : public Node::IObserver, public IAdapter { case TotalsCol::type##_Rel: cfmt.OnName_##type##_Rel(); break; ExplorerTotals_All(THE_MACRO) #undef THE_MACRO - default: + default: // suppress warning break; } } @@ -2338,7 +2338,7 @@ class Adapter : public Node::IObserver, public IAdapter { case TotalsCol::type##_Rel: cfmt.OnData_##type##_Rel(); break; ExplorerTotals_All(THE_MACRO) #undef THE_MACRO - default: + default: // suppress warning break; } }