Commit 205fa62
Fix C++23 enum compatibility in test-backend-ops.cpp
- Add static_cast to resolve deprecated bitwise operation between different enum types
- Fixes compilation error: GGML_SCALE_MODE_BILINEAR | GGML_SCALE_FLAG_ALIGN_CORNERS
- Required for C++23 compatibility in sanitizer and other strict builds
Co-Authored-By: Jaime Mizrachi <[email protected]>1 parent 0656546 commit 205fa62
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6317 | 6317 | | |
6318 | 6318 | | |
6319 | 6319 | | |
6320 | | - | |
| 6320 | + | |
6321 | 6321 | | |
6322 | 6322 | | |
6323 | 6323 | | |
| |||
0 commit comments