Commit 76ee6a9
Fix unsafe fallthrough at fbcode/fbpcf/scheduler/gate_keeper/BatchCompositeGate.h:63 (#533)
Summary:
Pull Request resolved: #533
details in T179856888
**context**
LLVM has detected an implicit fallthrough near fbcode/fbpcf/scheduler/gate_keeper/BatchCompositeGate.h:63. Implicit fallthroughs have a very high bug rate, so we are making them a compiler error by default.
Reviewed By: ztlbells
Differential Revision: D54025656
fbshipit-source-id: 4a2c501c17063b2bb0a91489df169544b59ab75f1 parent 3e809b2 commit 76ee6a9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments