mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Merged fix of compiler issue
This commit is contained in:
commit
b5d2ed1b5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue