Skip to content

Commit

Permalink
astutils.cpp: fix 'warning: extra ‘;’ [-Wpedantic]' (danmar#6048)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 27, 2024
1 parent eb2dbd3 commit da518aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/astutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ bool compareTokenFlags(const Token* tok1, const Token* tok2, bool macro) {
if (tok1->isSigned() != tok2->isSigned())
return false;
return true;
};
}

static bool astIsBoolLike(const Token* tok)
{
Expand Down

0 comments on commit da518aa

Please sign in to comment.