Searched refs:warning (Results 1 – 5 of 5) sorted by relevance
/lib/tests/ |
A D | Makefile | 13 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 D | bug.c | 157 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 D | Makefile | 74 CFLAGS_test_ubsan.o += $(call cc-disable-warning, unused-but-set-variable)
|
A D | Kconfig.debug | 454 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 D | Makefile | 3 ccflags-y := $(call cc-disable-warning,fortify-source)
|
Completed in 11 milliseconds