Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/acpi/
H A DMakefile.config64 WARNINGS := -Wall
65 WARNINGS += $(call cc-supports,-Wstrict-prototypes)
66 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
71 CFLAGS += $(WARNINGS)
/openbmc/linux/tools/power/cpupower/
H A DMakefile119 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare macro
120 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
121 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
122 WARNINGS += -Wshadow
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A DMakefile5 WARNINGS = -Wall -Wextra macro
6 CFLAGS = $(LIBUSB_CFLAGS) $(WARNINGS)
/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/
H A DMakefile5 WARNINGS = -Wall -Wextra macro
6 CFLAGS = $(LIBUSB_CFLAGS) $(WARNINGS)
/openbmc/linux/tools/objtool/
H A DMakefile34 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs macro
35 OBJTOOL_CFLAGS := -Werror $(WARNINGS) $(KBUILD_HOSTCFLAGS) -g $(INCLUDES) $(LIBELF_FLAGS)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dhiredis-use-default-CC-if-it-is-set.patch33 WARNINGS=-Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Dhiredis-use-default-CC-if-it-is-set.patch37 WARNINGS=-Wall -Wextra -Werror -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers
/openbmc/linux/tools/tracing/rtla/
H A DMakefile107 ifneq ("$(WARNINGS)", "")
/openbmc/linux/tools/verification/rv/
H A DMakefile107 ifneq ("$(WARNINGS)", "")
/openbmc/entity-manager/
H A DDoxyfile461 # normally produced when WARNINGS is set to YES.
761 # The WARNINGS tag can be used to turn on/off the warning messages that are
762 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
768 WARNINGS = YES