maidsafe-archive / MaidSafe

This is the super-project in which each MaidSafe library resides. Some information is common to all libraries, and is detailed here. Library-specific information can be found in each library's wiki.
Other
583 stars 102 forks source link

Routing rpcs unreferenced parameter #75

Closed JBMaidSafe closed 11 years ago

JBMaidSafe commented 12 years ago

Routing rpcs -

protobuf::Message Remove(const NodeId& node_id, const NodeId& this_node_id, const NodeId& this_connection_id)

this_connection_id only used in assert on entry to method - assert will be removed on Release build and lead to unreferenced formal parameter warning/error.

chandraprakash commented 11 years ago

Migrated to https://github.com/maidsafe/MaidSafe-Routing/issues/9