diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2006-04-25 01:31:47 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2006-04-25 01:31:47 +0000 |
commit | 55b2c0f78df99c41f96b2318a41095bcdef02510 (patch) | |
tree | 1a26698df386b30c6dc1f5ce926509f0476bd737 /regress/usr.bin/xlint/test-5.c.exp | |
parent | 3f3a347e094d85a8d9a92bfb16d0a35c0594f797 (diff) |
Reflect latest lint commit, which fixes many type conversion false
positives and negatives.
Diffstat (limited to 'regress/usr.bin/xlint/test-5.c.exp')
-rw-r--r-- | regress/usr.bin/xlint/test-5.c.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/usr.bin/xlint/test-5.c.exp b/regress/usr.bin/xlint/test-5.c.exp index d944cdc41d0..2a65e2f0624 100644 --- a/regress/usr.bin/xlint/test-5.c.exp +++ b/regress/usr.bin/xlint/test-5.c.exp @@ -1,5 +1,4 @@ test-5.c:34: warning: foo arg #1: converted from 'int' to 'unsigned long long' test-5.c:35: warning: foobar arg #1: conversion of 'long long' to 'int' is out of range -test-5.c:36: warning: bar arg #1: converted from 'int' to 'unsigned int' test-5.c:36: warning: bar arg #1: conversion of negative constant to unsigned type Lint pass2: |