This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Using strlcpy if target OS allows it
- From: "Aaron W. LaFramboise" <aaronavay62 at aaronwl dot com>
- To: espie at nerim dot net
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 20 Apr 2005 18:18:31 -0500
- Subject: Re: Using strlcpy if target OS allows it
- References: <20050416120946.GC7776@tetto.home>
Marc Espie wrote:
> The linker now warns about uses of strcpy, which means that the whole
> libstdc++ testsuite fails on OpenBSD now.
If you're just trying to fix the testsuite failures, perhaps you could
use the gcc-dg-prune callback to ignore this warning?
Aaron W. LaFramboise