Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 7141 invoked from network); 17 Jul 2007 21:40:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 21:40:45 -0000 Received: (qmail 52672 invoked by uid 500); 17 Jul 2007 21:40:29 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 52625 invoked by uid 500); 17 Jul 2007 21:40:28 -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 52504 invoked by uid 99); 17 Jul 2007 21:40:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 14:40:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 14:40:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0F03714204 for ; Tue, 17 Jul 2007 14:40:04 -0700 (PDT) Message-ID: <17169050.1184708404721.JavaMail.jira@brutus> Date: Tue, 17 Jul 2007 14:40:04 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-486) [Intel C++/Linux] warning #584: omission of exception specification is incompatible with previous function "tzset" In-Reply-To: <7233515.1184630944481.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-486. ------------------------------- Resolution: Fixed Fix Version/s: 4.2 After the change nightly builds are free of the warning. > [Intel C++/Linux] warning #584: omission of exception specification is incompatible with previous function "tzset" > ------------------------------------------------------------------------------------------------------------------ > > Key: STDCXX-486 > URL: https://issues.apache.org/jira/browse/STDCXX-486 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.3 > Environment: Intel C++/Linux > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Trivial > Fix For: 4.2 > > > Building the library source file time_put.cpp with Intel C++ gives the following warning indicating that exception specification > may be missing from the function declaration: > icc -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -I$(TOPDIR)/include -I$(BUILDDIR)/include -cxxlib-nostd -g -w1 -fpic $(TOPDIR)/src/time_put.cpp > $(TOPDIR)/src/time_put.cpp(95): warning #584: omission of exception specification is incompatible with previous function "tzset" (declared at line 283 of "/usr/include/../include/time.h") > extern void tzset (); > ^ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.