forked from len0rd/rockbox
don't let logf() and DEBUGF() be empty statements
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26146 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0f6b5f03d9
commit
147447a284
2 changed files with 3 additions and 3 deletions
|
|
@ -45,8 +45,8 @@ void breakpoint(void);
|
|||
#define DEBUGF debugf
|
||||
#define LDEBUGF debugf
|
||||
#else
|
||||
#define DEBUGF(...)
|
||||
#define LDEBUGF(...)
|
||||
#define DEBUGF(...) do { } while(0)
|
||||
#define LDEBUGF(...) do { } while(0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue