OK, no -fanalyzer on raspi, yet.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4434 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-08-30 23:58:01 +00:00
parent 9c81b6de8a
commit 90bb3c684e
2 changed files with 2 additions and 4 deletions

View File

@ -121,8 +121,10 @@ $(APP_OBJS): CFLAGS += \
-Ideps/xopt \
-Wdouble-promotion \
-Werror
ifeq ($(UNAME_M),x86_64)
$(filter-out $(BUILD_DIR)/android%,$(APP_OBJS)): CFLAGS += \
-fanalyzer
endif
BLOWFISH_SOURCES := \
deps/crypt_blowfish/crypt_blowfish.c \

View File

@ -200,10 +200,6 @@ static int _tf_command_import(const char* file, int argc, char* argv[])
if (err)
{
fprintf(stderr, "Error: %s\n", err);
if (extras)
{
free((void*)extras);
}
return 2;
}