diff options
Diffstat (limited to 'regress/usr.bin/xlint/test-2.c.exp')
-rw-r--r-- | regress/usr.bin/xlint/test-2.c.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/usr.bin/xlint/test-2.c.exp b/regress/usr.bin/xlint/test-2.c.exp index 749e785811f..89d28aee290 100644 --- a/regress/usr.bin/xlint/test-2.c.exp +++ b/regress/usr.bin/xlint/test-2.c.exp @@ -1,7 +1,15 @@ +test-2.c:16: warning: conversion from 'int' to 'unsigned char' may lose accuracy +test-2.c:17: warning: conversion from 'int' to 'unsigned char' may lose accuracy +test-2.c:21: warning: conversion from 'int' to 'unsigned char' may lose accuracy test-2.c:22: warning: right shift of 8-bit quantity by 8 bits +test-2.c:22: warning: conversion from 'int' to 'unsigned char' may lose accuracy test-2.c:24: warning: right shift of 8-bit quantity by 8 bits +test-2.c:26: warning: conversion from 'int' to 'unsigned char' may lose accuracy test-2.c:27: warning: right shift of 8-bit quantity by 9 bits +test-2.c:27: warning: conversion from 'int' to 'unsigned char' may lose accuracy test-2.c:29: warning: right shift of 8-bit quantity by 9 bits +test-2.c:31: warning: conversion from 'int' to 'unsigned char' may lose accuracy test-2.c:32: warning: right shift of 8-bit quantity by 10 bits +test-2.c:32: warning: conversion from 'int' to 'unsigned char' may lose accuracy test-2.c:34: warning: right shift of 8-bit quantity by 10 bits Lint pass2: |