Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 1997 16:28:27 -0700 (PDT)
From:      Jaye Mathisen  <mrcpu@cdsnet.net>
To:        hackers@freebsd.org
Subject:   Library compile warning.
Message-ID:  <Pine.NEB.3.95.970724162739.19992M-100000@mail.cdsnet.net>

next in thread | raw e-mail | index | archive | help


Don't recall seeing too many errors in libc, and this one happened to
jump out at me during a current make world on 2.2-stable:

cc -fpic -DPIC -O2 -m486 -pipe -DLIBC_RCS -DSYSLIBC_RCS
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale
-DYP -c /usr/src/lib/libc/../libc/stdlib/strtoq.c -o strtoq.so
/usr/src/lib/libc/../libc/stdlib/strtoq.c: In function `strtoq':
/usr/src/lib/libc/../libc/stdlib/strtoq.c:108: warning: integer overflow
in expression
cc -fpic -DPIC -O2 -m486 -pipe -DLIBC_RCS -DSYSLIBC_RCS
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale
-DYP -c /usr/src/lib/libc/../libc/stdlib/strtoul.c -o strtoul.so
cc -fpic -DPIC -O2 -m486 -pipe -DLIBC_RCS -DSYSLIBC_RCS
-D__DBINTERFACE_PRIVATE 



Just seems like libc shouldn't have any warnings.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.970724162739.19992M-100000>