Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe68f11

Browse files
author
Nikita Glukhov
committed
Fix unused variable warnings
1 parenta8191e1 commitfe68f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎jsquery_op.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ recursiveExecute(JsQueryItem *jsq, JsonbValue *jb, JsQueryItem *jsqLeftArg)
449449
if (JsonbType(jb)==jbvScalar)
450450
{
451451
JsonbIterator*it;
452-
int32r;
452+
int32rPG_USED_FOR_ASSERTS_ONLY;
453453
JsonbValuev;
454454

455455
it=JsonbIteratorInit(jb->val.binary.data);
@@ -572,7 +572,7 @@ recursiveExecute(JsQueryItem *jsq, JsonbValue *jb, JsQueryItem *jsqLeftArg)
572572
if (JsonbType(jb)==jbvScalar)
573573
{
574574
JsonbIterator*it;
575-
int32r;
575+
int32rPG_USED_FOR_ASSERTS_ONLY;
576576
JsonbValuev;
577577

578578
it=JsonbIteratorInit(jb->val.binary.data);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp