Fix connect bson.cpp warning

The ptyp variable is unused.
This commit is contained in:
Vicențiu Ciorbaru 2023-01-19 06:52:54 +02:00
parent 244bf37c73
commit 00150ff8d4

View File

@ -84,7 +84,7 @@ BDOC::BDOC(PGLOBAL G) : BJSON(G, NULL)
PBVAL BDOC::ParseJson(PGLOBAL g, char* js, size_t lng)
{
size_t i;
bool b = false, ptyp = (bool *)pty;
bool b = false;
PBVAL bvp = NULL;
s = js;