Home
last modified time | relevance | path

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

/lib/tests/
A DMakefile13 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, unsequenced)
14 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-overread)
15 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-truncation)
30 CFLAGS_longest_symbol_kunit.o += $(call cc-disable-warning, missing-prototypes)
34 CFLAGS_overflow_kunit.o = $(call cc-disable-warning, tautological-constant-out-of-range-compare)
43 CFLAGS_stackinit_kunit.o += $(call cc-disable-warning, switch-unreachable)
/lib/
A Dbug.c157 unsigned line, warning, once, done; in __report_bug() local
170 warning = (bug->flags & BUGFLAG_WARNING) != 0; in __report_bug()
174 if (warning && once) { in __report_bug()
193 if (warning) { in __report_bug()
A DMakefile74 CFLAGS_test_ubsan.o += $(call cc-disable-warning, unused-but-set-variable)
A DKconfig.debug454 Setting it to 0 disables the warning.
1300 warning message is printed along with dump of workqueue
1563 … Try increasing this value if you hit "lockdep bfs error:-1" warning due to __cq_enqueue() failure.
/lib/test_fortify/
A DMakefile3 ccflags-y := $(call cc-disable-warning,fortify-source)

Completed in 11 milliseconds