Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld committed Apr 23, 2024
1 parent 591bc5d commit a86b28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocklib/timing/src/test-timing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ void showTimingEventTable(Timing &timing) {
static gr::BufferReader auto event_reader = timing.snooped.new_reader();
if (ImGui::Button("clear")) {
auto ignored = event_reader.get();
std::ignored = ignored.consume(ignored.size());
std::ignore = ignored.consume(ignored.size());
}
ImGui::SameLine(); ImGui::Dummy({50,5});ImGui::SameLine();
auto [id_filter, mask] = TimingGroupFilterDropdown();
Expand Down

0 comments on commit a86b28d

Please sign in to comment.