# HG changeset patch # User Sebastian Brannstrom # Date 1276608657 -3600 # Node ID ea43e3e860799807f3bee3790028e416e3b31015 # Parent 64215a1a17ced83c4c4bb769ab89a4fb0aac6b13 Bug 2949 - GCC compilation issue fixes - empty uninitialized const struct diff -r 64215a1a17ce -r ea43e3e86079 imagehandlinglib/Src/IHLDebugPrint.h --- a/imagehandlinglib/Src/IHLDebugPrint.h Fri Jun 11 16:25:08 2010 +0100 +++ b/imagehandlinglib/Src/IHLDebugPrint.h Tue Jun 15 14:30:57 2010 +0100 @@ -59,7 +59,7 @@ /** * Macro for defining debug-only literal strings (empty release version) */ - #define IHL_DEBUG_STRING(name, s) const TIHLEmptyDebugString name + #define IHL_DEBUG_STRING(name, s) const TIHLEmptyDebugString name = {} /** * Output to debugger output (empty)