Skip to content
Snippets Groups Projects
Commit 12f7375e authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

eliminate warning with NDEBUG

parent fccecfea
No related branches found
No related tags found
No related merge requests found
......@@ -449,6 +449,7 @@ static void _sync(int remote, int send)
}
assert(r == sizeof(buf));
(void)r;
}
static void sync_signal(int remote)
......
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