Made it build on EPICS 3.14.12.6, all unit tests pass.

This commit is contained in:
Klemen Vodopivec
2020-04-16 22:01:38 -07:00
committed by Michael Davidsaver
parent 46bcf877c9
commit 02f24a74e7
16 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ int main(int argc, char *argv[])
std::cerr<<"Error "<<typeid(e).name()<<" : "<<e.what()<<"\n";
ret=1;
}
done.trigger();
done.signal();
})
.exec();