[wpiutil] Fix deprecation warning in LLVM for C++23 (#5642)

This commit is contained in:
Tyler Veness
2023-09-15 19:57:14 -07:00
committed by GitHub
parent 43a727e868
commit 494cfd78c1
33 changed files with 64 additions and 32 deletions

View File

@@ -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),