Skip to content

Commit

Permalink
makefile: disable some clang spam
Browse files Browse the repository at this point in the history
Signed-off-by: engstk <[email protected]>
  • Loading branch information
engstk committed Aug 16, 2022
1 parent 87983cc commit d1d40b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-mcpu=cortex-a55 -fdiagnostics-color=always -pipe \
-Wno-void-pointer-to-enum-cast -Wno-misleading-indentation -Wno-unused-function -Wno-bool-operation \
-Wno-unsequenced -Wno-void-pointer-to-int-cast -Wno-unused-variable -Wno-pointer-to-int-cast -Wno-pointer-to-enum-cast \
-Wno-fortify-source -Wno-strlcpy-strlcat-size -Wno-align-mismatch -Wno-unused-but-set-variable
-Wno-fortify-source -Wno-strlcpy-strlcat-size -Wno-align-mismatch -Wno-unused-but-set-variable \
-Wno-unused-result -Wno-deprecated -Wno-deprecated-declarations -Wformat=0

ifeq ($(TARGET_BOARD_TYPE),auto)
KBUILD_CFLAGS += -DCONFIG_PLATFORM_AUTO
Expand Down

0 comments on commit d1d40b0

Please sign in to comment.