Skip to content

Commit

Permalink
[denoise] hush warnings re: SinkTT::{fence,make_executable}() not bei…
Browse files Browse the repository at this point in the history
…ng marked `override`
  • Loading branch information
evaleev committed Oct 27, 2023
1 parent 4f9a4d9 commit c46de71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ttg/ttg/tt.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ namespace ttg {

virtual ~SinkTT() {}

void fence() {}
void fence() override final {}

void make_executable() { TTBase::make_executable(); }
void make_executable() override final { TTBase::make_executable(); }

World get_world() const override final { return get_default_world(); }

Expand Down

0 comments on commit c46de71

Please sign in to comment.