X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=scripts%2FMakefile.ubsan;h=8ab68679cfb5b65cebd5f05d5d5054812bd4c651;hb=8ecfb75216a71ba0e00e419ddafa52d12d965445;hp=77ce538268b5d7c4ebee9b598d17dadcd4dfd189;hpb=1248ded656d8afb64be01b2985b7b3e562eac914;p=linux-2.6-block.git diff --git a/scripts/Makefile.ubsan b/scripts/Makefile.ubsan index 77ce538268b5..8ab68679cfb5 100644 --- a/scripts/Makefile.ubsan +++ b/scripts/Makefile.ubsan @@ -14,8 +14,4 @@ ifdef CONFIG_UBSAN ifdef CONFIG_UBSAN_ALIGNMENT CFLAGS_UBSAN += $(call cc-option, -fsanitize=alignment) endif - - # -fsanitize=* options makes GCC less smart than usual and - # increase number of 'maybe-uninitialized false-positives - CFLAGS_UBSAN += $(call cc-option, -Wno-maybe-uninitialized) endif