mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fixed wrong printf() string in InnoDB
Removed some compiler warnings regarding 'static' from InnoDB Docs/manual.texi: Fixed wrong manual entry innobase/btr/btr0cur.c: Fixed wrong printf() string innobase/include/univ.i: Removed compiler warnings (static inline produces a lot of warnings and is probably not portable)
This commit is contained in:
parent
3af8f85f82
commit
e2cf3f8e45
3 changed files with 3 additions and 3 deletions
|
|
@ -116,7 +116,7 @@ memory is read outside the allocated blocks. */
|
|||
#define UNIV_INLINE extern inline
|
||||
#else
|
||||
/* extern inline doesn't work with gcc 3.0.2 */
|
||||
#define UNIV_INLINE static inline
|
||||
#define UNIV_INLINE inline
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue