From 2cc6e39077254159cd83b6d87f820bddf4df95a6 Mon Sep 17 00:00:00 2001 From: faveoled <85760289+faveoled@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:44:15 +0300 Subject: [PATCH] skip -Werror=stringop-overflow= --- libmincrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmincrypt/Makefile b/libmincrypt/Makefile index 3ef33026dd..dc26a087c1 100755 --- a/libmincrypt/Makefile +++ b/libmincrypt/Makefile @@ -27,7 +27,7 @@ $(LIB):$(LIB_OBJS) $(CP) $@ .. %.o:%.c - $(CROSS_COMPILE)$(CC) -o $@ $(CFLAGS) -c $< $(INC) -Werror + $(CROSS_COMPILE)$(CC) -o $@ $(CFLAGS) -c $< $(INC) clean: $(RM) $(LIB_OBJS) $(LIB)