From 592e0945fcfb94d641c16f2cf02add0c0430b226 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 4 Mar 2014 14:19:46 -0500 Subject: fix all warnings and that weird bug --- src/c/test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/c/test.c') diff --git a/src/c/test.c b/src/c/test.c index fa905af..0122dc3 100644 --- a/src/c/test.c +++ b/src/c/test.c @@ -60,7 +60,6 @@ void test_normalize_matrix() { int test_number = 1; int fail_flag = 0; char *test_name = "test_normailze_matrix"; - char *type = "%lf"; double sum = 0; int i = 0; @@ -106,8 +105,7 @@ void test_normalize_matrix() { } -int main(int argc, char **argv) { - int test_number = 1; +int main() { header("count_sequences"); test_count_sequences(); -- cgit v1.2.3