From c0598aa06bdbb64b7c9820e631cf3e7b359f1905 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 9 Oct 2013 21:02:15 -0700 Subject: [PATCH] fix to compile without DEBUG defined --- xwords4/dawg/dict2dawg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xwords4/dawg/dict2dawg.cpp b/xwords4/dawg/dict2dawg.cpp index 7221f16df..7375b060b 100644 --- a/xwords4/dawg/dict2dawg.cpp +++ b/xwords4/dawg/dict2dawg.cpp @@ -961,6 +961,7 @@ makeTableHash( void ) static void printTableHash( void ) { +#ifdef DEBUG if ( gDebug ) { std::vector::iterator iter = gRevMap.begin(); int count = 0; // 0th entry is 0 @@ -976,6 +977,7 @@ printTableHash( void ) ++count; } } +#endif } // emitNodes. "input" is $gNodes. From it we write up to