clfwrapper/CommonInc/MGTracePrint.h
branchGCC_SURGE
changeset 42 63d7c3197545
parent 0 c53acadfccc6
equal deleted inserted replaced
39:3d9988ee47f5 42:63d7c3197545
    63     struct TMGEmptyTraceString { };     // CSI: 80 #  80:use of struct
    63     struct TMGEmptyTraceString { };     // CSI: 80 #  80:use of struct
    64 
    64 
    65     /**
    65     /**
    66      * Macro for defining debug-only literal strings (empty release version)
    66      * Macro for defining debug-only literal strings (empty release version)
    67      */
    67      */
    68     #define MG_TRACE_STRING(name, s) const TMGEmptyTraceString name
    68     #define MG_TRACE_STRING(name, s) const TMGEmptyTraceString name = {}
    69 
    69 
    70     /**
    70     /**
    71      * Output to debugger output (empty)
    71      * Output to debugger output (empty)
    72      */
    72      */
    73     #define MG_TRACE_PRINT MG_EmptyTracePrint
    73     #define MG_TRACE_PRINT MG_EmptyTracePrint