diff options
Diffstat (limited to 'regress/usr.bin/xlint/test-5.c.exp')
-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 143e0c4e9c1..73cb7cc7cb1 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(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: conversion of negative constant to unsigned type, arg #1 +test-5.c:34: warning: conversion to 'unsigned long long' due to prototype, arg #1 +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: conversion of negative constant to unsigned type, arg #1 Lint pass2: |