]> git.meshlink.io Git - meshlink/commitdiff
Avoid compiler warnings when compiling with -DNDEBUG.
authorGuus Sliepen <guus@meshlink.io>
Thu, 31 Oct 2019 19:42:10 +0000 (20:42 +0100)
committerGuus Sliepen <guus@meshlink.io>
Thu, 31 Oct 2019 19:42:10 +0000 (20:42 +0100)
src/event.c
src/utcp

index 3c2306bd2d8f8d51657a9710fc9b128e72241ee0..af1b0d60072e2dc19080fde9136f5126d4788d7f 100644 (file)
@@ -73,6 +73,7 @@ void io_add(event_loop_t *loop, io_t *io, io_cb_t cb, void *data, int fd, int fl
 
        splay_node_t *node = splay_insert_node(&loop->ios, &io->node);
        assert(node);
+       (void)node;
 }
 
 void io_set(event_loop_t *loop, io_t *io, int flags) {
index eb85ec4ae5f32102430e0622e3855aaba110c032..19f3f4462c52eaa766ab76ce671921f0e4dc4ebd 160000 (submodule)
--- a/src/utcp
+++ b/src/utcp
@@ -1 +1 @@
-Subproject commit eb85ec4ae5f32102430e0622e3855aaba110c032
+Subproject commit 19f3f4462c52eaa766ab76ce671921f0e4dc4ebd