summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-12 09:03:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-12 09:03:23 +0000
commit0357ea3942a66bc504c2650b0580ae0401aad72a (patch)
tree707e27cd85061879490f37520ac6fc8d36c944cb /protocols
parent7ad6c1db313014c22f4da7ac17d6114c84795a5b (diff)
downloadATCD-0357ea3942a66bc504c2650b0580ae0401aad72a.tar.gz
ChangeLogTag:Sat Feb 12 01:00:25 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/RMCast/Protocol.h2
-rw-r--r--protocols/ace/RMCast/RMCast.mpc2
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/ace/RMCast/Protocol.h b/protocols/ace/RMCast/Protocol.h
index 05a027f5889..ec4b332c52b 100644
--- a/protocols/ace/RMCast/Protocol.h
+++ b/protocols/ace/RMCast/Protocol.h
@@ -67,7 +67,7 @@ namespace ACE_RMCast
Header (istream& is)
{
- is >> id_ >> size_;
+ (void) (is >> id_ >> size_);
}
public:
diff --git a/protocols/ace/RMCast/RMCast.mpc b/protocols/ace/RMCast/RMCast.mpc
index 5ba1bd21b2d..b223d6036b4 100644
--- a/protocols/ace/RMCast/RMCast.mpc
+++ b/protocols/ace/RMCast/RMCast.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(RMCast) : acelib, core {
+project(RMCast) : acelib, core, exceptions {
sharedname = ACE_RMCast
dynamicflags = ACE_RMCAST_BUILD_DLL
}