Class KMPAffinity has virtual functions, therefore it needs a virtual destructor too. If the virtual destructor is missing, the compiler emits a warning, compiling with -Werror makes the compilation fail.
Details
Details
Diff Detail
Diff Detail
Differential D30271
[OpenMP] Missing virtual destructor in KMPAffinity grokos on Feb 22 2017, 1:40 PM. Authored by
Details Class KMPAffinity has virtual functions, therefore it needs a virtual destructor too. If the virtual destructor is missing, the compiler emits a warning, compiling with -Werror makes the compilation fail.
Diff Detail |