It seems beneficial to let RETURN_ERROR() do something with debugging
disabled, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25057 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#else
|
||||
# define TRACE(args...) do {} while (false)
|
||||
# define REPORT_ERROR(error)
|
||||
# define RETURN_ERROR(error)
|
||||
# define RETURN_ERROR(error) return (error)
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user