1
0
mirror of https://github.com/anestisb/android-unpackbootimg.git synced 2024-05-16 14:29:34 +00:00

Fix compilation error on newer gcc

This commit is contained in:
ValdikSS 2021-11-05 16:15:49 +03:00
parent b92cac088f
commit 8583145715

View File

@ -4,7 +4,7 @@ DEP_CC ?= gcc
AR ?= ar
RANLIB ?= ranlib
STRIP ?= strip
CFLAGS += -O2 -Wall -Werror -Wno-address-of-packed-member
CFLAGS += -O2 -Wall -Werror -Wno-error=maybe-uninitialized -Wno-error=address-of-packed-member
LDFLAGS +=
# libmincrypt