Fix f_stack -Werror=unused-but-set-variable errors with gcc compilers

dev
dongbo4 2018-11-07 08:56:50 +00:00
parent 9bd490e8d3
commit 12a47d2d1c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
ifndef COMPILER_TYPE
ifeq ($(patsubst gcc%,gcc,$(notdir ${CC})),gcc)
COMPILER_TYPE:= gcc
COMPILER_TYPE:= gcc
else ifeq ($(notdir ${CC}), clang)
COMPILER_TYPE:= clang
else