bricks: add missing override

* bricks/brick-assert.h, bricks/brick-hashset.h,
bricks/brick-shmem.h: here.
This commit is contained in:
Etienne Renault 2016-09-29 15:26:42 +02:00
parent 50d888adf8
commit c515ee92e2
3 changed files with 5 additions and 5 deletions

View file

@ -551,7 +551,7 @@ struct FifoTest {
int terminate;
int n;
void main()
void main() override
{
std::vector< int > x;
x.resize( n );
@ -603,7 +603,7 @@ struct Utils {
rep( repeat )
{}
void main() {
void main() override {
for ( int i = 0; i < rep; ++i )
detector.waitForAll( peers );
}
@ -648,7 +648,7 @@ struct Utils {
consume( 0 )
{}
void main() {
void main() override {
detector.waitForAll( peers );
while ( produce-- )