X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdo-if.c;h=b0014484f0b6d04ee0c0d9ae78942844863dc5c3;hb=18febf84744dc7ab4248542c2f88d91c01ef3fa1;hp=247684ec296a71dd33b0d4142eb562a4978267c0;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp-builds.git diff --git a/src/do-if.c b/src/do-if.c index 247684ec..b0014484 100644 --- a/src/do-if.c +++ b/src/do-if.c @@ -276,7 +276,7 @@ parse_do_if (void) /* Executes a goto transformation. */ static int -goto_trns_proc (struct trns_header * t, struct ccase * c unused) +goto_trns_proc (struct trns_header * t, struct ccase * c UNUSED) { return ((struct goto_trns *) t)->dest; }