Skip to content

Commit 8b4c73f

Browse files
authored
Merge pull request IvorySQL#1209 from Data-Bene/upstream/silence-clang-warning-psqlplus
Silence Clang warning in generated psqlplus parser
2 parents 7d15cc1 + a24df34 commit 8b4c73f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bin/psql/psqlplusparse.y

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ psqlplus_toplevel_stmt:
7373
variable_stmt opt_semi
7474
{
7575
psql_yyget_extra(yyscanner)->psqlpluscmd = $1;
76+
(void) yynerrs; /* suppress compiler warning */
7677
}
7778
| print_stmt opt_semi
7879
{

0 commit comments

Comments
 (0)