You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/07/17 23:40:04 UTC

[jira] Closed: (STDCXX-486) [Intel C++/Linux] warning #584: omission of exception specification is incompatible with previous function "tzset"

     [ 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.