Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Dallnoconfig.py34 kconf.warn = False
37 kconf.warn = True
H A Dallyesconfig.py23 kconf.warn = False
48 kconf.warn = True
H A Dallmodconfig.py23 kconf.warn = False
38 kconf.warn = True
H A Dkconfiglib.py867 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument
947 self._init(filename, warn, warn_to_stderr, encoding)
959 def _init(self, filename, warn, warn_to_stderr, encoding): argument
970 self.warn = warn
2013 self.warn = True
2020 self.warn = False
2092 "warnings " + status(self.warn),
3972 if not self.warn:
H A Dmenuconfig.py704 kconf.warn = False
/optee_os/core/lib/zlib/
H A Dzutil.h187 #pragma warn -8004
188 #pragma warn -8008
189 #pragma warn -8066
/optee_os/ldelf/
H A Dlink.mk24 link-ldflags += $(call ld-option,--no-warn-execstack)
/optee_os/core/arch/arm/kernel/
H A Dlink.mk12 link-ldflags-common += $(call ld-option,--no-warn-rwx-segments)
14 link-ldflags-common += $(call ld-option,--no-warn-execstack)
/optee_os/core/arch/riscv/kernel/
H A Dlink.mk9 link-ldflags-common += $(call ld-option,--no-warn-rwx-segments)