summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Repository.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-04 12:46:15 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-04 12:46:15 +0000
commit5b1b848465f39ab5ee03a39fb468c5fe654a376a (patch)
tree4098ecb2647bec47f0146b30dd236e3ffbf035ee /ACE/ace/Service_Repository.cpp
parent533fb8f1ce50516983f8b7bc868f4049334f97f2 (diff)
downloadATCD-5b1b848465f39ab5ee03a39fb468c5fe654a376a.tar.gz
ChangeLogTag: Thu Jan 4 12:45:46 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACE/ace/Service_Repository.cpp')
-rw-r--r--ACE/ace/Service_Repository.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Service_Repository.cpp b/ACE/ace/Service_Repository.cpp
index df0bdc8f136..2c9d6920d78 100644
--- a/ACE/ace/Service_Repository.cpp
+++ b/ACE/ace/Service_Repository.cpp
@@ -312,6 +312,8 @@ ACE_Service_Repository::relocate_i (size_t begin,
this, i, this->total_size_, type->name (),
old_handle,
new_handle));
+#else
+ ACE_UNUSED_ARG (new_handle);
#endif
type->dll (adll);
}