assertions to make compiler happy
This commit is contained in:
parent
1cf58e8ff8
commit
aedd13a778
@ -605,6 +605,9 @@ main (int argc,
|
||||
level,
|
||||
NULL));
|
||||
GNUNET_free (level);
|
||||
/* suppress compiler warnings... */
|
||||
GNUNET_assert (NULL != src_cfgfile);
|
||||
GNUNET_assert (NULL != dst_cfgfile);
|
||||
if (0 == strcmp (src_cfgfile,
|
||||
dst_cfgfile))
|
||||
{
|
||||
|
@ -655,6 +655,7 @@ parse_path (json_t *obj,
|
||||
json_t *next_obj = NULL;
|
||||
char *next_dot;
|
||||
|
||||
GNUNET_assert (NULL != id); /* make stupid compiler happy */
|
||||
if (NULL == next_id)
|
||||
{
|
||||
cb (cb_cls,
|
||||
|
Loading…
Reference in New Issue
Block a user