Print this page
new smatch

*** 11,19 **** * check-name: enum-mismatch * check-command: sparse -Wenum-mismatch $file * * check-error-start enum-mismatch.c:7:16: warning: mixing different enum types ! enum-mismatch.c:7:16: int enum ea versus ! enum-mismatch.c:7:16: int enum eb * check-error-end */ --- 11,19 ---- * check-name: enum-mismatch * check-command: sparse -Wenum-mismatch $file * * check-error-start enum-mismatch.c:7:16: warning: mixing different enum types ! enum-mismatch.c:7:16: unsigned int enum ea versus ! enum-mismatch.c:7:16: unsigned int enum eb * check-error-end */