# HG changeset patch # User William Roberts # Date 1280236080 -3600 # Node ID 63d7c3197545e4f9d856e3cd6db0b3381e19663b # Parent 3d9988ee47f52c5b06bde2dcedefd51ce5768232 Fix GCCE compilation errors in UREL builds - add to bug 3106 diff -r 3d9988ee47f5 -r 63d7c3197545 clfwrapper/CommonInc/MGDebugPrint.h --- a/clfwrapper/CommonInc/MGDebugPrint.h Thu Jul 22 16:38:01 2010 +0100 +++ b/clfwrapper/CommonInc/MGDebugPrint.h Tue Jul 27 14:08:00 2010 +0100 @@ -65,7 +65,7 @@ /** * Macro for defining debug-only literal strings (empty release version) */ - #define MG_DEBUG_STRING(name, s) const TMGEmptyDebugString name + #define MG_DEBUG_STRING(name, s) const TMGEmptyDebugString name = {} /** * Output to debugger output (empty) diff -r 3d9988ee47f5 -r 63d7c3197545 clfwrapper/CommonInc/MGTracePrint.h --- a/clfwrapper/CommonInc/MGTracePrint.h Thu Jul 22 16:38:01 2010 +0100 +++ b/clfwrapper/CommonInc/MGTracePrint.h Tue Jul 27 14:08:00 2010 +0100 @@ -65,7 +65,7 @@ /** * Macro for defining debug-only literal strings (empty release version) */ - #define MG_TRACE_STRING(name, s) const TMGEmptyTraceString name + #define MG_TRACE_STRING(name, s) const TMGEmptyTraceString name = {} /** * Output to debugger output (empty)