Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2003 12:04:07 -0700 (PDT)
From:      Pete Carah <pete@ns.altadena.net>
To:        current@freebsd.org
Subject:   pedantic again
Message-ID:  <200306141904.h5EJ471f055956@ns.altadena.net>

next in thread | raw e-mail | index | archive | help
Someone added "-std=gnu89 -pedantic" to libcrypto's make; given that 
stdlib.h and several other places contain "long long", this results in 
several thousands of warnings about C89.  We need to either go modern
or not but not try both at once :-)

Also usr.bin/window generates LOTS of warnings; I didn't spot just what
kind.

-- Pete



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