X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile;h=c9ac008377874e012fc09d9bb0de8cf316474162;hb=5a9e67b1a19e08a82387709f325d26e07b891d27;hp=d13a9694e159ca092dd6a2dc044729bd1ddc7760;hpb=74a6d0f064cd9106599ce3f1d924309669e83582;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index d13a9694e159..c9ac00837787 100644 --- a/Makefile +++ b/Makefile @@ -321,7 +321,8 @@ KALLSYMS = scripts/kallsyms PERL = perl CHECK = sparse -CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise $(CF) +CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \ + -Wbitwise -Wno-return-void $(CF) MODFLAGS = -DMODULE CFLAGS_MODULE = $(MODFLAGS) AFLAGS_MODULE = $(MODFLAGS) @@ -1007,7 +1008,7 @@ define check-symlink endef # We create the target directory of the symlink if it does -# not exist so the test in chack-symlink works and we have a +# not exist so the test in check-symlink works and we have a # directory for generated filesas used by some architectures. define create-symlink if [ ! -L include/asm ]; then \