Lines Matching full:warning
39 # Attempt to build a source that is expected to fail with a specific warning.
42 # warning may only happen at link time (Clang). In that case,
46 status="warning: unsafe ${FUNC}() usage lacked '$WANT' symbol in $IN"
49 # If the build failed, check for the warning in the stderr.
51 # ./include/linux/fortify-string.h:316:25: error: call to '__write_overflow_field' declared with attribute warning: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Werror=attribute-warning]
53 # ./include/linux/fortify-string.h:316:4: error: call to __write_overflow_field declared with 'warning' attribute: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Werror,-Wattribute-warning]
55 status="warning: unsafe ${FUNC}() usage lacked '$WANT' warning in $IN"