1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

- Fix all compiler issues on FreeBSD clang.

modified:
  storage/connect/array.cpp
  storage/connect/filamap.cpp
This commit is contained in:
Olivier Bertrand
2014-09-30 00:53:00 +02:00
parent 4b2b2abe8b
commit e4ff01e47d
2 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ PARRAY MakeValueArray(PGLOBAL g, PPARM pp)
break;
case TYPE_VOID:
// Integer stored inside pp->Value
par->AddValue(g, (int)parmp->Value);
par->AddValue(g, (int)(uintptr_t)parmp->Value);
break;
} // endswitch valtyp