Skip to content

Commit

Permalink
fix a warning in an api test (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Feb 20, 2024
1 parent ecac3fd commit 6771f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/balanced_arith_buffers.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "yices.h"

term_t
arbitrary_expr()
arbitrary_expr(void)
{
term_t t_1 = yices_new_uninterpreted_term(yices_int_type());
yices_set_term_name(t_1, "x_in");
Expand Down

0 comments on commit 6771f95

Please sign in to comment.