Skip to content

Commit

Permalink
builf fix (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Jul 6, 2024
1 parent 4fdc7fb commit 6ca36ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 6ca36ab

Please sign in to comment.