Commit 4bf6a30
Fix tautological-compare in cinderx/ParallelGC/parallel_gc.c +1
Summary:
LLVM has a warning `-Wtautological-compare` which gets triggered when overlapping comparisons create a statement that is always true or always false. Such a comparison occurred in this code and, here, I try to fix it.
Please review carefully!
- If you approve of this diff, please use the "Accept & Ship" button :-)
Reviewed By: alexmalyshev
Differential Revision: D92525751
fbshipit-source-id: da4b234f8bc2ce1677c1a84694d084a13c90e6a81 parent 0dfa2fd commit 4bf6a30
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
0 commit comments