# HG changeset patch # User Matti Hamalainen # Date 1290248074 -7200 # Node ID f7b571debd8105dd6a6c48d7c2230ddd7e44ef8b # Parent ec1ffa2043ec7554a13372f84ae0e0861b34d0cd Silence a warning when compiling with older versions of GCC. diff -r ec1ffa2043ec -r f7b571debd81 th_config.c --- a/th_config.c Thu Nov 18 03:53:01 2010 +0200 +++ b/th_config.c Sat Nov 20 12:14:34 2010 +0200 @@ -562,7 +562,7 @@ tmpCh = c; isStart = FALSE; } else if (VISEND(c)) { - BOOL tmpBool; + BOOL tmpBool = FALSE; /* End of boolean parsing */ switch (tmpCh) {