Skip to content
Snippets Groups Projects
Commit 9539c5e2 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix compilation in Release mode

Follow up the previous patch.
parent 753f5f90
No related merge requests found
......@@ -91,7 +91,7 @@ int errinj_foreach(errinj_cb cb, void *cb_ctx);
#ifdef NDEBUG
# define ERROR_INJECT(ID, CODE)
# define ERROR_INJECT_ONCE(ID, CODE)
# define ERROR_INJECT_U64(ID, VALUE, CMP, CODE)
# define ERROR_INJECT_U64(ID, EXPR, CODE)
#else
# define ERROR_INJECT(ID, CODE) \
do { \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment