From: Saverio Proto Date: Sat, 28 Jun 2014 13:16:14 +0000 (+0200) Subject: Fix compiler warning X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=refs%2Fheads%2Frchannel Fix compiler warning --- diff --git a/src/meshlink.c b/src/meshlink.c index 538a9e5c..d1d8edcc 100644 --- a/src/meshlink.c +++ b/src/meshlink.c @@ -1389,7 +1389,7 @@ meshlink_connection_t* meshlink_open_rchannel(meshlink_handle_t *mesh, meshlink_ //TODO: register a callback for the data that will be received from this connection //TODO: return a description value that the user will use to write on this channel - +return NULL; } static void __attribute__((constructor)) meshlink_init(void) {