mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
[upstream_utils] Determine patch list from patch files (#6869)
This commit is contained in:
@@ -284,22 +284,7 @@ def main():
|
||||
url = "https://github.com/protocolbuffers/protobuf"
|
||||
tag = "v3.21.12"
|
||||
|
||||
patch_list = [
|
||||
"0001-Fix-sign-compare-warnings.patch",
|
||||
"0002-Remove-redundant-move.patch",
|
||||
"0003-Fix-maybe-uninitialized-warnings.patch",
|
||||
"0004-Fix-coded_stream-WriteRaw.patch",
|
||||
"0005-Suppress-enum-enum-conversion-warning.patch",
|
||||
"0006-Fix-noreturn-function-returning.patch",
|
||||
"0007-Work-around-GCC-12-restrict-warning-compiler-bug.patch",
|
||||
"0008-Disable-MSVC-switch-warning.patch",
|
||||
"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",
|
||||
]
|
||||
|
||||
protobuf = Lib(name, url, tag, patch_list, copy_upstream_src)
|
||||
protobuf = Lib(name, url, tag, copy_upstream_src)
|
||||
protobuf.main()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user