diff options
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/shift-undef.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/validation/shift-undef.c b/validation/shift-undef.c index e15847a8..df1ac89e 100644 --- a/validation/shift-undef.c +++ b/validation/shift-undef.c @@ -98,6 +98,7 @@ shift-undef.c:18:30: warning: shift too big (4294967289) for type int shift-undef.c:19:30: warning: shift too big (4294967288) for type unsigned int shift-undef.c:20:30: warning: shift too big (4294967287) for type unsigned int shift-undef.c:21:29: warning: right shift by bigger than source value +shift-undef.c:24:29: warning: right shift by bigger than source value shift-undef.c:32:11: warning: shift too big (100) for type int shift-undef.c:33:11: warning: shift too big (101) for type unsigned int shift-undef.c:34:11: warning: shift too big (102) for type unsigned int @@ -117,5 +118,6 @@ shift-undef.c:47:30: warning: shift too big (4294967289) for type int shift-undef.c:48:30: warning: shift too big (4294967288) for type unsigned int shift-undef.c:49:30: warning: shift too big (4294967287) for type unsigned int shift-undef.c:50:26: warning: right shift by bigger than source value +shift-undef.c:53:26: warning: right shift by bigger than source value * check-error-end */ |
