Skip to content
Permalink
Browse files
Fix connect bson.cpp warning
The ptyp variable is unused.
  • Loading branch information
cvicentiu committed Jan 20, 2023
1 parent 244bf37 commit 00150ff
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit 00150ff

Please sign in to comment.