mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Fix GCC 12.1 warning false positives (#4246)
This commit is contained in:
@@ -20,6 +20,7 @@ def main():
|
||||
os.path.join(root, "upstream_utils/libuv_patches/0004-Cleanup-problematic-language.patch"),
|
||||
os.path.join(root, "upstream_utils/libuv_patches/0005-Use-roborio-time.patch"),
|
||||
os.path.join(root, "upstream_utils/libuv_patches/0006-Style-comments-cleanup.patch"),
|
||||
os.path.join(root, "upstream_utils/libuv_patches/0007-Squelch-GCC-12.1-warnings.patch"),
|
||||
])
|
||||
# yapf: enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user