mirror of
https://github.com/zebrajr/server.git
synced 2025-12-06 12:20:40 +01:00
Fix connect bson.cpp warning
The ptyp variable is unused.
This commit is contained in:
parent
244bf37c73
commit
00150ff8d4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user