diff options
author | 2005-11-23 20:16:46 +0000 | |
---|---|---|
committer | 2005-11-23 20:16:46 +0000 | |
commit | 4f6ee37eb6f8efa73eb92f8b4e7c417fb2bf8d7d (patch) | |
tree | 6c52ae498020402161e3c01d461be7e274a26f72 | |
parent | Optimize TXTIME and PLCP LENGTH field computation. (diff) | |
download | wireguard-openbsd-4f6ee37eb6f8efa73eb92f8b4e7c417fb2bf8d7d.tar.xz wireguard-openbsd-4f6ee37eb6f8efa73eb92f8b4e7c417fb2bf8d7d.zip |
Update output format to reflect the fact that lint doesn't print out a
line with just the filename anymore.
-rw-r--r-- | regress/usr.bin/xlint/test-1.c.exp | 1 | ||||
-rw-r--r-- | regress/usr.bin/xlint/test-2.c.exp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/regress/usr.bin/xlint/test-1.c.exp b/regress/usr.bin/xlint/test-1.c.exp index b16f48aa242..10135079e53 100644 --- a/regress/usr.bin/xlint/test-1.c.exp +++ b/regress/usr.bin/xlint/test-1.c.exp @@ -1,4 +1,3 @@ -test-1.c: test-1.c(10): warning: argument unused unused in function unusedargs lint: cannot find llib-lc.ln Lint pass2: diff --git a/regress/usr.bin/xlint/test-2.c.exp b/regress/usr.bin/xlint/test-2.c.exp index 0bf8578a941..8f0585de1b8 100644 --- a/regress/usr.bin/xlint/test-2.c.exp +++ b/regress/usr.bin/xlint/test-2.c.exp @@ -1,4 +1,3 @@ -test-2.c: 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 |