X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=Makefile;h=7cfe4ff36f44aa66938fea538109b6495a4de2d4;hp=d45fc2edf1862632a509206e53488f8884c01196;hb=6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f;hpb=21f577b0f48fd3a8871ca4116dad0e9c41ec42b2 diff --git a/Makefile b/Makefile index d45fc2edf186..7cfe4ff36f44 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 -PATCHLEVEL = 14 +PATCHLEVEL = 15 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Opossums on Parade # *DOCUMENTATION* @@ -802,6 +802,8 @@ else # Disabled for clang while comment to attribute conversion happens and # https://github.com/ClangBuiltLinux/linux/issues/636 is discussed. KBUILD_CFLAGS += $(call cc-option,-Wimplicit-fallthrough=5,) +# gcc inanely warns about local variables called 'main' +KBUILD_CFLAGS += -Wno-main endif # These warnings generated too much noise in a regular build.