diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 11ce68d96fe6..d7421e6e63cb 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -24,6 +24,8 @@ allowed_warnings = set([ "mprotect.c:42", "signal.c:95", "signal.c:51", + "bcache.h:354", + "bcache.h:355", ]) # Capture the name of the object file, can find it.