From c0e45e85a654b657583164b3595994794138cd9e Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 24 Jul 2010 16:37:00 +0200 Subject: [PATCH] Avoid unused function warning --- src/language/stats/reliability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/language/stats/reliability.c b/src/language/stats/reliability.c index e82d17f3..c7379071 100644 --- a/src/language/stats/reliability.c +++ b/src/language/stats/reliability.c @@ -56,7 +56,7 @@ struct cronbach struct moments1 *total ; /* Moments of the totals */ }; -#if 1 +#if 0 static void dump_cronbach (const struct cronbach *s) { -- 2.30.2