Home
last modified time | relevance | path

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

/external/vboot_reference/
DMakefile127 test_ccflag = $(shell \ macro
132 COMMON_FLAGS += $(call test_ccflag,-Wimplicit-fallthrough)
133 COMMON_FLAGS += $(call test_ccflag,-Wno-address-of-packed-member)
134 COMMON_FLAGS += $(call test_ccflag,-Wno-unknown-warning)
135 COMMON_FLAGS += $(call test_ccflag,-Wincompatible-function-pointer-types)
137 TEST_FLAGS := $(call test_ccflag,-Wno-address-of-packed-member)