diff options
author | Nate Ohlson <nohlson@purdue.edu> | 2024-07-27 09:57:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-27 09:57:44 (GMT) |
commit | 8ac5565be2e5a11fad643c2fe9cbf16d2ddb95cd (patch) | |
tree | 283f2ec323ec2621037db68cac5802b6ffcc4b13 /Tools/build/.warningignore_ubuntu | |
parent | bb09ba679223666e01f8da780f97888a29d07131 (diff) | |
download | cpython-8ac5565be2e5a11fad643c2fe9cbf16d2ddb95cd.zip cpython-8ac5565be2e5a11fad643c2fe9cbf16d2ddb95cd.tar.gz cpython-8ac5565be2e5a11fad643c2fe9cbf16d2ddb95cd.tar.bz2 |
gh-112301: Compiler warning management tooling (#121730)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Tools/build/.warningignore_ubuntu')
-rw-r--r-- | Tools/build/.warningignore_ubuntu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/build/.warningignore_ubuntu b/Tools/build/.warningignore_ubuntu new file mode 100644 index 0000000..8242c8d --- /dev/null +++ b/Tools/build/.warningignore_ubuntu @@ -0,0 +1,3 @@ +# Files listed will be ignored by the compiler warning checker +# for the Ubuntu/build and test job. +# Keep lines sorted lexicographically to help avoid merge conflicts. |