/* Some kernels have warning fields in stacktrace_ops. */ #include #include void foo (void) { struct stacktrace_ops t; t.warning = 0; (void) t; }