From ad7aea9b08f28848d4f3a3931b851a6144a9df9a Mon Sep 17 00:00:00 2001 From: Chad Loder Date: Sat, 10 Dec 2005 19:20:22 +0000 Subject: Match new lint warning and error format (similar to gcc's format). --- regress/usr.bin/xlint/test-5.c.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'regress/usr.bin/xlint/test-5.c.exp') 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: -- cgit v1.2.3