Skip to content

Commit

Permalink
quiet warning over hidden virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Feb 11, 2025
1 parent 0033638 commit 3b439c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/driver/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ void Device::run()
IFDBG(4, "Runner stopping");
}

void Device::show ( unsigned int ) const {}

void Device::show(std::ostream& strm, int lvl) const
{
Expand Down
1 change: 1 addition & 0 deletions src/driver/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ struct epicsShareClass Device : public epicsThreadRunable

// main loop
virtual void run() override final;
virtual void show ( unsigned int level ) const override final;

void show(std::ostream& strm, int lvl) const;

Expand Down

0 comments on commit 3b439c8

Please sign in to comment.