commit | dcfa963d0eae807388e2ebb2cc4ff562dd466012 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 07 16:38:19 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 07 16:38:19 2013 -0800 |
tree | bf0d6a50f3548d62d67102688084e9ec9fde1ec4 | |
parent | c9eb68f81899a9c94c5ed78991eae6015b0e2c8d [diff] [blame] |
Small changes to suppress warnings
diff --git a/src/ccnx-tunnel.cpp b/src/ccnx-tunnel.cpp index 6a7dd29..f428481 100644 --- a/src/ccnx-tunnel.cpp +++ b/src/ccnx-tunnel.cpp
@@ -34,6 +34,8 @@ Closure *cp = new TunnelClosure(closure, this, interest); CcnxWrapper::sendInterest(tunneledInterest, cp, selectors); delete cp; + + return 0; } void