Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2002 19:40:05 -0700 (PDT)
From:      Tim Robbins <tjr@FreeBSD.ORG>
To:        freebsd-standards@FreeBSD.org
Subject:   Re: standards/43780: PATCH: long long functions in stdlib.h should be wrappered with __STRICT_ANSI__
Message-ID:  <200210080240.g982e5tM027692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR standards/43780; it has been noted by GNATS.

From: Tim Robbins <tjr@FreeBSD.ORG>
To: Peter Johnson <freebsd@bilogic.org>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: standards/43780: PATCH: long long functions in stdlib.h should be wrappered with __STRICT_ANSI__
Date: Tue, 8 Oct 2002 12:36:07 +1000

 On Mon, Oct 07, 2002 at 12:03:32PM -0700, Peter Johnson wrote:
 
 > >Description:
 > Compiling code that includes stdlib.h with the GCC options -ansi -pedantic
 > reports the following warnings on two lines of stdlib.h:
 > /usr/include/stdlib.h:110: warning: ANSI C does not support `long long'
 > /usr/include/stdlib.h:114: warning: ANSI C does not support `long long'
 > These lines are the strtoll and strtoull functions.
 
 This is fixed in -CURRENT. I'll try to get the change MFC'd for 4.8 (it's too
 late to do it for 4.7).
 
 
 Tim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-standards" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210080240.g982e5tM027692>