Commit 5eff9ac
[mlir][OpenMP][NFC] Fix gcc 14 warning (llvm#151941)
GCC couldn't tell that the enum is checked exhaustively and so was
warning about there being no return on this path from the function.1 parent 59bdb0b commit 5eff9ac
File tree
1 file changed
+1
-0
lines changed- mlir/lib/Target/LLVMIR/Dialect/OpenMP
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3395 | 3395 | | |
3396 | 3396 | | |
3397 | 3397 | | |
| 3398 | + | |
3398 | 3399 | | |
3399 | 3400 | | |
3400 | 3401 | | |
| |||
0 commit comments