diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2006-04-20 03:38:42 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2006-04-20 03:38:42 +0000 |
commit | 60376819b7538372032e8f2efed2f7613c91c7e0 (patch) | |
tree | d5be424f428b37276889d04b35a2af62f0d9b3d7 /regress/usr.bin | |
parent | 0ff887afde567ec0d599735c123f9661faee7e3a (diff) |
Reflect new warning format
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/xlint/test-5.c.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/usr.bin/xlint/test-5.c.exp b/regress/usr.bin/xlint/test-5.c.exp index 0096d759e79..d944cdc41d0 100644 --- a/regress/usr.bin/xlint/test-5.c.exp +++ b/regress/usr.bin/xlint/test-5.c.exp @@ -1,5 +1,5 @@ -test-5.c:34: warning: arg #1 converted to 'unsigned long long' by prototype -test-5.c:35: warning: conversion of 'long long' to 'int' is out of range, arg #1 -test-5.c:36: warning: arg #1 converted to 'unsigned int' by prototype -test-5.c:36: warning: conversion of negative constant to unsigned type, arg #1 +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: |