diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-12-15 05:46:44 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-12-15 05:46:44 +0000 |
commit | 9ca53e82fb64f4569153796334a791eedfdd610f (patch) | |
tree | 48e56805d79e54af52660f1d05cf04fd6a9b2e38 /regress/usr.bin/xlint | |
parent | a7b199f99a3bae52976614e6d650e9385952bbc1 (diff) |
kjell forgot to update this after his last message commit :)
Diffstat (limited to 'regress/usr.bin/xlint')
-rw-r--r-- | regress/usr.bin/xlint/test-5.c.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/xlint/test-5.c.exp b/regress/usr.bin/xlint/test-5.c.exp index 73cb7cc7cb1..0096d759e79 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: conversion to 'unsigned long long' due to prototype, arg #1 +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: conversion to 'unsigned int' due to prototype, 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 Lint pass2: |