[
https://issues.apache.org/jira/browse/STDCXX-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Farid Zaripov reassigned STDCXX-187:
------------------------------------
Assignee: Farid Zaripov
> [Intel C++ 9.1] warning #579 in library builds
> ----------------------------------------------
>
> Key: STDCXX-187
> URL: https://issues.apache.org/jira/browse/STDCXX-187
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Build
> Affects Versions: 4.1.3
> Environment: MS Windows 2000, Intel C++ 9.1.0.22 compiler
> Reporter: Anton Pevtsov
> Assigned To: Farid Zaripov
> Priority: Minor
>
> Build log:
> Compiling with Intel(R) C++ 9.1 ...(Intel C++ Environment)
> collate.cpp
> C:\Projects\apache\src\.\collate.cpp(107): warning #579: exception
> specification is incompatible with that of previous function "wcstombs"
> (declared at line 317 of "C:\Program Files\Microsoft Visual Studio .NET
> 2003\VC7\INCLUDE\../include/stdlib.h")
> _RWSTD_SIZE_T wcstombs (char*, const wchar_t*, _RWSTD_SIZE_T) _LIBC_THROWS
> ();
> ^
> ...
> wcodecvt.cpp
> C:\Projects\apache\src\.\wcodecvt.cpp(132): warning #579: exception
> specification is incompatible with that of previous function "wctomb"
> (declared at line 316 of "C:\Program Files\Microsoft Visual Studio .NET
> 2003\VC7\INCLUDE\../include/stdlib.h")
> wctomb (char*, wchar_t) _LIBC_THROWS();
> ^
> ...
> file.cpp
> C:\Projects\apache\src\.\file.cpp(84): warning #579: exception specification
> is incompatible with that of previous function "fileno" (declared at line 439
> of "C:\Program Files\Microsoft Visual Studio .NET
> 2003\VC7\INCLUDE\../include/stdio.h")
> _RWSTD_DLLIMPORT int (fileno)(FILE*) _LIBC_THROWS ();
> ^
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.