mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 22:43:15 +00:00
build: silence some gcc 11 warnings
These warnings are valuable, but limit the noise for now by disabling them.
This commit is contained in:
@@ -1314,6 +1314,10 @@ warnings = [
|
||||
'-Wno-uninitialized-const-reference',
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728
|
||||
'-Wno-psabi',
|
||||
'-Wno-narrowing',
|
||||
'-Wno-array-bounds',
|
||||
'-Wno-nonnull',
|
||||
'-Wno-catch-value',
|
||||
]
|
||||
|
||||
warnings = [w
|
||||
|
||||
Reference in New Issue
Block a user