Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
SUSE Linux Enterprise Server 12 SP3 with Intel Compiler Stack
Description
Fix for the Uriparser header file. The macro "URI_INLINE" was defined to "_force_inline", however the intel compiler keyword is now "_forceinline". Because of this change, the Intel compiler was no longer recognizing the keyword, which caused the whole build to fail. The patch is just changing this one line in the UriDefsConfig.h file from
# define URI_INLINE __force_inline
to
# define URI_INLINE __forceinline
The source for the new key word can be found here.
I have a fork ready to make a pull request.
Attachments
Issue Links
- links to