Fix compilation warnings

This commit is contained in:
Nick Mathewson
2015-11-20 10:51:19 -05:00
parent 35e886fe13
commit e3cf39cefd
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -826,7 +826,7 @@ test_dump_exit_policy_to_string(void *arg)
}
static routerinfo_t *mock_desc_routerinfo = NULL;
const routerinfo_t *mock_router_get_my_routerinfo(void)
static const routerinfo_t *mock_router_get_my_routerinfo(void)
{
return mock_desc_routerinfo;
}