mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[wpiutil] Suppress protobuf warning false positives on GCC 13 (#5907)
This commit is contained in:
@@ -276,6 +276,7 @@ def main():
|
||||
"0009-Disable-unused-function-warning.patch",
|
||||
"0010-Disable-pedantic-warning.patch",
|
||||
"0011-Avoid-use-of-sprintf.patch",
|
||||
"0012-Suppress-stringop-overflow-warning-false-positives.patch",
|
||||
]:
|
||||
git_am(os.path.join(wpilib_root, "upstream_utils/protobuf_patches", f))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user