Skip to content

Commit

Permalink
Fix C20X compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed May 1, 2024
1 parent 70debc3 commit 3dea795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ static void skip_double()
* "look-ahead" token.
* if error, fill in a message in err_msg[] and return ERR.
*/
static int compile(prec) int prec;
static int compile(int prec)
{
int expect_binop = 0; /* set after we have seen any operand.
* used by SUB so it can tell if it really
Expand Down

0 comments on commit 3dea795

Please sign in to comment.