Home
last modified time | relevance | path

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

/scripts/kconfig/tests/preprocess/escape/
A DKconfig4 warning = $(warning-if,y,$(1))
9 $(warning,hello$(comma) world)
13 $(warning, ' " '" ' ''' "'")
17 $(warning,$)
18 $(warning,$$)
20 $(warning,$($))
25 $(warning,$(dollar)(X))
30 $(warning,$(left_paren))
35 $(warning,$(Y))
39 $(warning,$(Y))
[all …]
/scripts/kconfig/tests/preprocess/variable/
A DKconfig4 warning = $(warning-if,y,$(1))
10 $(warning,SIMPLE = $(SIMPLE))
16 $(warning,RECURSIVE = $(RECURSIVE))
22 $(warning,SIMPLE = $(SIMPLE))
28 $(warning,RECURSIVE = $(RECURSIVE))
35 $(warning,UNDEFINED_VARIABLE = $(UNDEFINED_VARIABLE))
41 $(warning,AB = $(AB))
45 $(warning,$(greeting,Hello,John))
50 $(warning,$(greeting,Hello))
53 $(warning,$(greeting,Hello,John,ignored,ignored))
/scripts/kconfig/tests/preprocess/builtin_func/
A DKconfig6 # 'warning-if', if the first argument is y, sends the second argument to stderr,
8 $(warning-if,y,hello world 1)
15 warning = $(warning-if,y,$(1))
18 $(warning,$(shell,echo hello world 3))
22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n'))
26 $(warning,filename=$(filename))
27 $(warning,lineno=$(lineno))
/scripts/
A Drust_is_available.sh43 warning=0
176 warning=1
241 warning=1
263 warning=1
A Dkernel-doc.py276 logger.warning("Python 3.6 or later is required by kernel-doc")
282 logger.warning("Python 3.7 or later is required for correct results")
A DMakefile.clang37 CLANG_FLAGS += -Werror=unknown-warning-option
A DMakefile.compiler60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
A DMakefile.build125 $(warning kbuild: Makefile.build is included improperly)
130 $(warning $(patsubst %.o,'%.ko',$(obj-m)) will not be built even though obj-m is specified.)
131 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
282 cmd_warn_shared_object = $(if $(word 2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added t…
A DMakefile.asm-headers40 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
A DMakefile.headersinst37 $(if $(duplicated), $(warning duplicated header export: $(duplicated)))
A DKbuild.include192 check-FORCE = $(if $(filter FORCE, $^),,$(warning FORCE prerequisite is missing))
/scripts/lib/kdoc/
A Dkdoc_files.py98 def warning(self, msg): member in KernelFiles
101 self.config.log.warning(msg)
199 self.config.warning = self.warning
275 self.config.log.warning("No kernel-doc for file %s", fname)
285 self.config.log.warning("%s:%d Can't handle %s",
A Dkdoc_parser.py151 def emit_msg(self, log_msg, warning=True): argument
154 if not warning:
250 def emit_msg(self, ln, msg, warning=True): argument
256 self.entry.emit_msg(log_msg, warning)
259 if warning:
260 self.config.log.warning(log_msg)
1215 warning=False)
A Dkdoc_output.py128 self.config.warning(log_msg)
211 self.config.log.warning("doesn't now how to output '%s' block",
/scripts/lib/abi/
A Dsystem_symbols.py193 self.abi.log.warning(f"missing rules for {fname}")
335 self.abi.log.warning("No ABI symbols found")
362 self.abi.log.warning(f"Future: {e}")
A Dabi_regex.py145 self.log.warning("Ignoring '%s' as it produced an invalid regex:\n"
A Dabi_parser.py77 self.log.warning(msg)
558 self.log.warning("%s doesn't have a file associated", what)
575 self.log.warning("%s is defined %d times: %s", what, len(f), "; ".join(f))
/scripts/coccinelle/free/
A Difnullfree.cocci4 /// Based on checkpatch warning
/scripts/coccinelle/misc/
A Duninitialized_var.cocci8 /// an initializer. Using warning-silencing tricks is dangerous as it
A Dminmax.cocci4 /// Generated patches sometimes require adding a cast to fix compile warning.

Completed in 26 milliseconds