Skip to content

Commit

Permalink
silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Oct 28, 2012
1 parent fb08724 commit 1dacef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kernel/buffered.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ int X(nbuf_redundant)(INT n, INT vl, int which,
const INT *maxnbuf, int nmaxnbuf)
{
int i;
(void)nmaxnbuf; /* UNUSED */
for (i = 0; i < which; ++i)
if (X(nbuf)(n, vl, maxnbuf[i]) == X(nbuf)(n, vl, maxnbuf[which]))
return 1;
Expand Down
1 change: 1 addition & 0 deletions rdft/rank0.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ static plan *mkplan(const solver *ego_, const problem *p_, planner *plnr)
pln = MKPLAN_RDFT(P, &padt, ego->apply);

retval = fill_iodim(pln, p);
(void)retval; /* UNUSED unless DEBUG */
A(retval);
A(pln->vl > 0); /* because FINITE_RNK(p->vecsz->rnk) holds */
pln->nam = ego->nam;
Expand Down

0 comments on commit 1dacef5

Please sign in to comment.