Home
last modified time | relevance | path

Searched refs:WARNINGS (Results 1 – 6 of 6) sorted by relevance

/tools/power/acpi/
DMakefile.config70 WARNINGS := -Wall
71 WARNINGS += $(call cc-supports,-Wstrict-prototypes)
72 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
77 CFLAGS += $(WARNINGS)
/tools/usb/
DMakefile5 WARNINGS = -Wall -Wextra macro
6 CFLAGS = $(WARNINGS) -g -I../include
/tools/usb/ffs-aio-example/simple/host_app/
DMakefile4 WARNINGS = -Wall -Wextra macro
5 CFLAGS = $(LIBUSB_CFLAGS) $(WARNINGS)
/tools/usb/ffs-aio-example/multibuff/host_app/
DMakefile4 WARNINGS = -Wall -Wextra macro
5 CFLAGS = $(LIBUSB_CFLAGS) $(WARNINGS)
/tools/hv/
DMakefile5 WARNINGS = -Wall -Wextra macro
6 CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS) $(shell getconf LFS_CFLAGS)
/tools/power/cpupower/
DMakefile124 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare macro
125 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
126 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
127 WARNINGS += -Wshadow