Commit c4863932 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Merged fix of compiler issue

parents 95fa4e2a a897836f
......@@ -62,7 +62,7 @@ of the 32-bit x86 assembler in mutex operations. */
/* We only try to do explicit inlining of functions with gcc and
Sun Studio */
# if !defined(__GNUC__) && !( defined(sun) || defined(__sun) )
# if !defined(__GNUC__) && !defined(__SUNPRO_C)
# undef UNIV_MUST_NOT_INLINE /* Remove compiler warning */
# define UNIV_MUST_NOT_INLINE
# endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment