[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 Priority: Trivial 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.