From stdcxx-dev-return-142-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Sep 13 15:26:53 2005 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 94954 invoked from network); 13 Sep 2005 15:26:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 15:26:53 -0000 Received: (qmail 89353 invoked by uid 500); 13 Sep 2005 15:26:52 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 89336 invoked by uid 500); 13 Sep 2005 15:26:51 -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 89323 invoked by uid 99); 13 Sep 2005 15:26:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 08:26:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [205.216.112.169] (HELO mh3dmz4.bloomberg.net) (205.216.112.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 08:27:01 -0700 Received: from mh1ny.bloomberg.com (mh1ny.bloomberg.com [160.43.8.85]) by mh3dmz4.bloomberg.net with ESMTP for stdcxx-dev@incubator.apache.org; Tue, 13 Sep 2005 11:26:47 -0400 Received: from n281 ([172.17.135.19] [172.17.135.19]) by mh1ny for stdcxx-dev@incubator.apache.org; Tue, 13 Sep 2005 11:26:46 -0400 From: "LANCE DIDUCK, BLOOMBERG/ 731 LEXIN" To: stdcxx-dev@incubator.apache.org Message-Id: <2960_159_1126625206_501@inet3-n281> Subject: Warnings on Sun CC5.5 Date: Tue, 13 Sep 2005 11:26:46 -0400 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Are these warnings OK? configuring for CC-5.5 on SunOS-5.9-sparc CC -c -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/home7/ldiduck/couttest/stdcxx-2005-07-19/sun8_11s/include -I/home7/ldiduck/couttest/stdcxx-2005-07-19/include -library=%none -g +w /home7/ldiduck/couttest/stdcxx-2005-07-19/src/collate.cpp "/home7/ldiduck/couttest/stdcxx-2005-07-19/src/collate.cpp", line 120: Warning (Anachronism): "static" is not allowed and is being ignored. 1 Warning(s) detected. CC -c -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/home7/ldiduck/couttest/stdcxx-2005-07-19/sun8_11s/include -I/home7/ldiduck/couttest/stdcxx-2005-07-19/include -library=%none -g +w /home7/ldiduck/couttest/stdcxx-2005-07-19/src/strstream.cpp "/home7/ldiduck/couttest/stdcxx-2005-07-19/include/strstream", line 188: Warning: std::istrstream::rdbuf hides the function std::ios::rdbuf(std::streambuf *). "/home7/ldiduck/couttest/stdcxx-2005-07-19/include/strstream", line 226: Warning: std::ostrstream::rdbuf hides the function std::ios::rdbuf(std::streambuf *). "/home7/ldiduck/couttest/stdcxx-2005-07-19/include/strstream", line 266: Warning: std::strstream::rdbuf hides the function std::ios::rdbuf(std::streambuf *). 3 Warning(s) detected.