Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Kahn Gillmor
Knot DNS Resolver
Commits
bf7e6d57
Commit
bf7e6d57
authored
Dec 11, 2015
by
Marek Vavruša
Browse files
build: fixed NDEBUG build
parent
66cd8383
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/utils.c
View file @
bf7e6d57
...
...
@@ -65,6 +65,11 @@ static inline int u16tostr(uint8_t *dst, uint16_t num)
* Cleanup callbacks.
*/
/* Always compile-in log symbols, even if disabled. */
#undef kr_debug_set
#undef kr_debug_status
#undef kr_log_debug
bool
kr_debug_set
(
bool
status
)
{
return
_env_debug
=
status
;
...
...
@@ -407,4 +412,4 @@ char *kr_module_call(struct kr_context *ctx, const char *module, const char *pro
}
}
return
NULL
;
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment