Skip to content

Commit

Permalink
Merge pull request #1469 from edgarcosta/FLINTUNUSED
Browse files Browse the repository at this point in the history
using FLINT_UNUSED instead of __attribute__((unused))
  • Loading branch information
fredrik-johansson authored Oct 10, 2023
2 parents b41eb02 + 91ac792 commit 017cc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/functions_benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int main()
arb_t x, y, res;
slong n, prec;
int function;
double __attribute__((unused)) tcpu, twall;
double FLINT_SET_BUT_UNUSED(tcpu), twall;

arb_init(x);
arb_init(y);
Expand Down

0 comments on commit 017cc74

Please sign in to comment.