From stdcxx-dev-return-2718-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Mar 02 06:03:02 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 47234 invoked from network); 2 Mar 2007 06:03:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2007 06:03:02 -0000 Received: (qmail 39986 invoked by uid 500); 2 Mar 2007 06:03:11 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 39969 invoked by uid 500); 2 Mar 2007 06:03:11 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 39958 invoked by uid 99); 2 Mar 2007 06:03:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 22:03:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.50.6.28] (HELO WM28.inbox.com) (208.50.6.28) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 Mar 2007 22:02:59 -0800 Received: from inbox.com (127.0.0.1:25) by inbox.com with [InBox.Com SMTP Server] id <703010124710.WM28> for from ; Thu, 1 Mar 2007 10:02:39 PM -0800 Mime-Version: 1.0 Date: Thu, 1 Mar 2007 22:02:39 -0800 Message-ID: From: Mark Brown Subject: some Cygwin 12d warnings To: stdcxx-dev@incubator.apache.org X-Mailer: INBOX.COM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-IWM-ACU: sRhxT86TEPz_GpzNEDvR2Fg6CRZkf9Od0V058lGcPgsGGNiR0PzbMxZKK2tO FFY-8q9UWiSfH7j4y5oysunlawZ6wxDPri33SockHlTx9wVHsYQJI925sqTb 0WGG1IuMvmjBI0g@@ X-Virus-Checked: Checked by ClamAV on apache.org Okay, after I took out the -fPIC flag to get rid of the pesky warnings the = library build went fine with just a couple of warnings. What's the policy = when it comes to warnings? Are some warnings expected or are builds = supposed to be completely clean? gcc -c -I/home/mbrown/stdcxx/include/ansi -mthreads -D_RWSTD_USE_CONFIG = -I/home/mbrown/stdcxx/include -I/home/mbrown/stdcxx-12d/include -pedantic = -nostdinc++ -O2 -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings = -Wno-long-long -Wcast-align /home/mbrown/stdcxx/src/collate.cpp /home/mbrown/stdcxx/src/collate.cpp: In member function =60virtual = std::basic_string, std::allocator > = std::collate_byname::do_transform(const char*, const char*) const': /home/mbrown/stdcxx/src/collate.cpp:484: warning: 'pbuf' might be used = uninitialized in this function /home/mbrown/stdcxx/src/collate.cpp: In member function =60virtual = std::basic_string, = std::allocator > std::collate_byname::do_transform(const = wchar_t*, const wchar_t*) const': /home/mbrown/stdcxx/src/collate.cpp:687: warning: 'pbuf' might be used = uninitialized in this function And also: gcc -c -I/home/mbrown/stdcxx/include/ansi -mthreads -D_RWSTD_USE_CONFIG = -I/home/mbrown/stdcxx/include -I/home/mbrown/stdcxx-12d/include -pedantic = -nostdinc++ -O2 -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings = -Wno-long-long -Wcast-align /home/mbrown/stdcxx/src/iostore.cpp /home/mbrown/stdcxx/src/iostore.cpp: In member function =60void = std::ios_base::_C_copyfmt(const std::ios_base&, void*, const void*, = unsigned int)': /home/mbrown/stdcxx/src/iostore.cpp:187: warning: 'except' might be used = uninitialized in this function -- Mark