-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
1
-
StorEng - 2023-08-08
The continue statements on lines 231 and 242 in qsort_r.c have no effect on control flow.
Continue has no effect on control flow. Continue might be at the wrong place
/src/support/qsort.c:242: NO_EFFECT 138269 Statement "continue" does not have any effect.