[build] Fix compilation with GCC 13 (#5322)

This commit is contained in:
Tyler Veness
2023-05-16 13:31:58 -07:00
committed by GitHub
parent d223e4040b
commit fd294bdd71
16 changed files with 160 additions and 76 deletions

View File

@@ -22,6 +22,7 @@ def main():
for f in [
"0001-Don-t-throw-on-write-failure.patch",
"0002-Suppress-C-20-clang-tidy-warning-false-positive.patch",
"0003-Suppress-warnings-we-can-t-fix.patch",
]:
git_am(os.path.join(wpilib_root, "upstream_utils/fmt_patches", f))