This fixes all but one Clang 11 warnings. The remaining one relates to the atomics used in the Pth runtime system and warns that this could be over-synchronising. I am not sure whether this can be fixed at all...
This fixes all but one Clang 11 warnings. The remaining one relates to the atomics used in the Pth runtime system and warns that this could be over-synchronising. I am not sure whether this can be fixed at all...