Fix compiler warning about constant conditions in clang (GH-4053)
clang warns about dead code when an if-statement always evaluates to false. This warning can be silenced using an extra '()'.
Showing
Please register or sign in to comment