mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Removed tens of annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables.
mysys/mf_casecnv.c: Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables mysys/mf_qsort.c: Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables readline/complete.c: Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables readline/readline.c: Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables readline/vi_mode.c: Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
This commit is contained in:
parent
a1f5a1094a
commit
a4c13122f5
5 changed files with 57 additions and 55 deletions
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "mysys_priv.h"
|
||||
#include <m_ctype.h>
|
||||
#include <m_string.h>
|
||||
|
||||
/* string to uppercase */
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
|
||||
#include "mysys_priv.h"
|
||||
#include "m_string.h"
|
||||
|
||||
/* We need to use qsort with 2 different compare functions */
|
||||
#ifdef QSORT_EXTRA_CMP_ARGUMENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue