218459f454
Exception specifications are deprecated: http://isocpp.github.io/ CppCoreGuidelines/CppCoreGuidelines.html#e30-dont-use-exception- specifications . They will be removed from the C++ standard with C++20. Modern compilers are warning about them since years. Thus it's unlikely that anyone is still using the epicsThrows() macro. Even if that's the case the fix is trivial: Simply remove the macro.