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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user