From 4456645b451300aff4a763e966746e247ec5ae39 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 14 Feb 2009 11:12:22 +0000 Subject: Allow TESTTYPE=release to be specified to build the tests with the release CFLAGS. Add TARGET to the build paths. You should 'make distclean' before updating to this. Add BUILD_SHARED=yes support to the *nix build svn path=/trunk/hubbub/; revision=6478 --- test/tree2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tree2.c') diff --git a/test/tree2.c b/test/tree2.c index 8fba853..98826ca 100644 --- a/test/tree2.c +++ b/test/tree2.c @@ -217,7 +217,7 @@ int main(int argc, char **argv) bool reprocess = false; bool passed = true; - hubbub_parser *parser; + hubbub_parser *parser = NULL; enum reading_state state = EXPECT_DATA; buf_t expected = { NULL, 0, 0 }; -- cgit v1.2.3