bricks: please gcc error=noexcept option
* bricks/brick-shmem: here.
This commit is contained in:
parent
1fc3d7f935
commit
d3b143574b
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ struct Thread : T
|
|||
|
||||
virtual void start() noexcept
|
||||
{
|
||||
_thread.reset( new std::thread( [this]() { this->main(); } ) );
|
||||
_thread.reset( new std::thread( [this]() noexcept { this->main(); } ) );
|
||||
}
|
||||
|
||||
virtual void stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue