Commit 29336b9
Fix warning about possibly returning with no value
Summary:
GCC is stricter than Clang here with warnings. Be safe and JIT_ABORT if a bad
value ever comes in here. Should never be hit but it silences the warning.
Reviewed By: jbower-fb
Differential Revision: D96021940
fbshipit-source-id: a4ec0ad9765347b4f843d10669d3311d82b64ef81 parent 802c50d commit 29336b9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
311 | 313 | | |
312 | 314 | | |
313 | 315 | | |
| |||
0 commit comments