Skip to content

Commit e3636d6

Browse files
committed
Fix f_stack -Werror=unused-but-set-variable errors with gcc compilers
1 parent c74bbd6 commit e3636d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/compiler.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ifndef COMPILER_TYPE
66
ifeq ($(patsubst gcc%,gcc,$(notdir ${CC})),gcc)
7-
COMPILER_TYPE:= gcc
7+
COMPILER_TYPE:= gcc
88
else ifeq ($(notdir ${CC}), clang)
99
COMPILER_TYPE:= clang
1010
else

0 commit comments

Comments
 (0)