X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcorrelations.q;h=5b4fc2b38b7ea45199dcee5c7d37c571b0f2e36e;hb=f85548f27a1958bb6c84a6917b874c537f4c0bd6;hp=c7aed0ddc4b16575256125669cf1392eb2a0411d;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp diff --git a/src/correlations.q b/src/correlations.q index c7aed0ddc4..5b4fc2b38b 100644 --- a/src/correlations.q +++ b/src/correlations.q @@ -83,7 +83,7 @@ internal_cmd_correlations (void) } static int -cor_custom_variables (struct cmd_correlations *cmd unused) +cor_custom_variables (struct cmd_correlations *cmd UNUSED) { struct variable **v1, **v2; int nv1, nv2; @@ -130,7 +130,7 @@ cor_custom_variables (struct cmd_correlations *cmd unused) } static int -cor_custom_matrix (struct cmd_correlations *cmd unused) +cor_custom_matrix (struct cmd_correlations *cmd UNUSED) { if (!lex_force_match ('(')) return 0;