diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2006-04-16 19:17:46 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2006-04-16 19:17:46 +0000 |
commit | a3b1994ac01afc7d81f1560f8df5d2a755cea20f (patch) | |
tree | 8c6d96f69f7338bedff5ce04bcaba73ab9fab3fd /regress | |
parent | 157f9e0c9cd09355fb37c3ca2cad13db72669da6 (diff) |
Reflect -p now missing from LINTFLAGS
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/xlint/test-2.c.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/regress/usr.bin/xlint/test-2.c.exp b/regress/usr.bin/xlint/test-2.c.exp index e70ea28de80..749e785811f 100644 --- a/regress/usr.bin/xlint/test-2.c.exp +++ b/regress/usr.bin/xlint/test-2.c.exp @@ -1,11 +1,7 @@ -test-2.c:17: warning: bitwise operation on signed value possibly nonportable -test-2.c:22: warning: bitwise operation on signed value possibly nonportable test-2.c:22: warning: right shift of 8-bit quantity by 8 bits test-2.c:24: warning: right shift of 8-bit quantity by 8 bits -test-2.c:27: warning: bitwise operation on signed value possibly nonportable test-2.c:27: warning: right shift of 8-bit quantity by 9 bits test-2.c:29: warning: right shift of 8-bit quantity by 9 bits -test-2.c:32: warning: bitwise operation on signed value possibly nonportable test-2.c:32: warning: right shift of 8-bit quantity by 10 bits test-2.c:34: warning: right shift of 8-bit quantity by 10 bits Lint pass2: |