mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[wpiutil] Fix deprecation warning in LLVM for C++23 (#5642)
This commit is contained in:
@@ -208,6 +208,7 @@ def main():
|
||||
"0028-Remove-StringMap-test-for-llvm-sort.patch",
|
||||
"0029-Unused-variable-in-release-mode.patch",
|
||||
"0030-Use-C-20-bit-header.patch",
|
||||
"0031-Replace-deprecated-std-aligned_storage_t.patch",
|
||||
]:
|
||||
git_am(
|
||||
os.path.join(wpilib_root, "upstream_utils/llvm_patches", f),
|
||||
|
||||
Reference in New Issue
Block a user