Commit 6bfedfa
committed
[mlir] Fix warnings
This patch fixes:
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp:1136:3: error: default
label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp:1388:3: error: default
label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]1 parent 8a39214 commit 6bfedfa
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1133 | 1133 | | |
1134 | 1134 | | |
1135 | 1135 | | |
1136 | | - | |
1137 | | - | |
1138 | 1136 | | |
1139 | 1137 | | |
1140 | 1138 | | |
| |||
1385 | 1383 | | |
1386 | 1384 | | |
1387 | 1385 | | |
1388 | | - | |
1389 | | - | |
1390 | 1386 | | |
| 1387 | + | |
1391 | 1388 | | |
1392 | 1389 | | |
1393 | 1390 | | |
| |||
0 commit comments