From fb8b3c54fe4efea411a4f72059ffa50e202aa2f3 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 26 Mar 2019 07:11:03 +0100 Subject: [PATCH] remove warning about default signal definition --- lib/node_direction.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/node_direction.c b/lib/node_direction.c index f8939c262..b7b52af7b 100644 --- a/lib/node_direction.c +++ b/lib/node_direction.c @@ -144,8 +144,6 @@ int node_direction_parse(struct node_direction *nd, struct node *n, json_t *cfg) "type", &type_str ); } - else - warning("No signal definition found for node %s. Using the default config of 64 floating point signals.", node_name(n)); int type = signal_type_from_str(type_str); if (type < 0)