Home
last modified time | relevance | path

Searched refs:WARNFLAGS (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0002-Remove-Werror.patch33 WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
39 - WARNFLAGS := $(WARNFLAGS) -Werror
43 -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/
H A D0001-Makefile-Do-not-set-Werror.patch24 -WARNFLAGS ?= -Wall -Wextra -Werror -Wstrict-prototypes -fno-common
25 +WARNFLAGS ?= -Wall -Wextra -Wstrict-prototypes -fno-common
26 CFLAGS += $(WARNFLAGS) -I../include -I. -D_GNU_SOURCE \
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A DMakefile8 WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int macro
9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/
H A D0001-dns_hosts-Fix-build-with-musl.patch26 -AM_CFLAGS = -D_REENTRANT=1 @WARNFLAGS@
27 +AM_CFLAGS = -D_GNU_SOURCE -D_REENTRANT=1 @WARNFLAGS@
/OK3568_Linux_fs/buildroot/package/multipath-tools/
H A Dmultipath-tools.mk28 WARNFLAGS=""