Debugging BVLC.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
#if DEBUG_ENABLED
|
||||
void debug_printf(const char * format, ...);
|
||||
void debug_fprintf(FILE * stream, const char * format, ...)
|
||||
void debug_fprintf(FILE * stream, const char * format, ...);
|
||||
#else
|
||||
static void debug_printf(const char * format, ...) {}
|
||||
static void debug_fprintf(FILE * stream, const char * format, ...) {}
|
||||
|
||||
Reference in New Issue
Block a user