summaryrefslogtreecommitdiff
path: root/storage/connect/plugutil.c
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2013-08-21 18:20:22 +0300
committerMichael Widenius <monty@askmonty.org>2013-08-21 18:20:22 +0300
commit4712fb14b9672800ed974ce66d00a6b7be37a6b5 (patch)
treef1a853fafc99ce33deb557ad5e57aa58d94f9d3d /storage/connect/plugutil.c
parent4f412a576089e79db10734e35604e86042ca8633 (diff)
downloadmariadb-git-4712fb14b9672800ed974ce66d00a6b7be37a6b5.tar.gz
Fixed compiler warnings
Diffstat (limited to 'storage/connect/plugutil.c')
-rw-r--r--storage/connect/plugutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/plugutil.c b/storage/connect/plugutil.c
index 7910f1ea318..ec2ac399ad0 100644
--- a/storage/connect/plugutil.c
+++ b/storage/connect/plugutil.c
@@ -447,7 +447,7 @@ void *PlugAllocMem(PGLOBAL g, uint size)
/* Here there should be some verification done such as validity of */
/* the address and size not larger than memory size. */
/***********************************************************************/
-BOOL PlugSubSet(PGLOBAL g, void *memp, uint size)
+BOOL PlugSubSet(PGLOBAL g __attribute__((unused)), void *memp, uint size)
{
PPOOLHEADER pph = memp;