summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <tonu@x153.internalnet>2001-08-26 00:18:20 +0800
committerunknown <tonu@x153.internalnet>2001-08-26 00:18:20 +0800
commitcc22852e2e916adca848ae0720131d0963bf8a84 (patch)
tree331432870e74ba240b433c254eede371858b486e /myisam
parentee5ba7642cb68845a4cb07060b50699a58430b27 (diff)
downloadmariadb-git-cc22852e2e916adca848ae0720131d0963bf8a84.tar.gz
Some warning fixes and some SSL testprograms check-in
extra/resolveip.c: Removed warnings about implicit declarations myisam/mi_open.c: Removed warning about unused symbol mysys/my_compress.c: Removed warnings about implicit declaration mysys/string.c: Removed warning about uninitialized variable strings/ctype.c: Removed warning about implicit declaration vio/test-sslclient.c: Testprogram heavy modify vio/test-sslserver.c: Testprogram heavy modify
Diffstat (limited to 'myisam')
-rw-r--r--myisam/mi_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_open.c b/myisam/mi_open.c
index 4e98148663b..c34f2aa43f4 100644
--- a/myisam/mi_open.c
+++ b/myisam/mi_open.c
@@ -1017,7 +1017,7 @@ The argument file_to_dup is here for the future if there would on some OS
exist a dup()-like call that would give us two different file descriptors.
*************************************************************************/
-int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup)
+int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup __attribute__((unused)))
{
#ifdef USE_RAID
if (share->base.raid_type)