diff options
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/bitwise-cast-ptr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/validation/bitwise-cast-ptr.c b/validation/bitwise-cast-ptr.c index acf0ac35..3f2bfdaf 100644 --- a/validation/bitwise-cast-ptr.c +++ b/validation/bitwise-cast-ptr.c @@ -22,8 +22,7 @@ static __be32* tobf(u32 *x) /* * check-name: cast of bitwise pointers - * check-command: sparse -Wbitwise $file - * check-known-to-fail + * check-command: sparse -Wbitwise -Wbitwise-pointer $file * * check-error-start bitwise-cast-ptr.c:9:16: warning: incorrect type in return expression (different base types) |
