clfwrapper/CommonInc/MGDebugPrint.h
branchGCC_SURGE
changeset 42 63d7c3197545
parent 0 c53acadfccc6
equal deleted inserted replaced
39:3d9988ee47f5 42:63d7c3197545
    63     struct TMGEmptyDebugString { };     // CSI: 80 #  80:use of struct
    63     struct TMGEmptyDebugString { };     // 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_DEBUG_STRING(name, s) const TMGEmptyDebugString name
    68     #define MG_DEBUG_STRING(name, s) const TMGEmptyDebugString name = {}
    69 
    69 
    70     /**
    70     /**
    71      * Output to debugger output (empty)
    71      * Output to debugger output (empty)
    72      */
    72      */
    73     #define MG_DEBUG_PRINT MG_EmptyPrint
    73     #define MG_DEBUG_PRINT MG_EmptyPrint