mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpiutil] Suppress fmtlib clang-tidy warning in C++20 consteval contexts (#4364)
This commit is contained in:
@@ -17,7 +17,15 @@ def main():
|
||||
|
||||
# Apply patches to original git repo
|
||||
prefix = os.path.join(root, "upstream_utils/fmt_patches")
|
||||
am_patches(repo, [os.path.join(prefix, "0001-Don-t-throw-on-write-failure.patch")])
|
||||
am_patches(
|
||||
repo,
|
||||
[
|
||||
os.path.join(prefix, "0001-Don-t-throw-on-write-failure.patch"),
|
||||
os.path.join(
|
||||
prefix, "0002-Suppress-clang-tidy-warning-false-positive.patch"
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
# Delete old install
|
||||
for d in [
|
||||
|
||||
Reference in New Issue
Block a user