summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/tests/Based_Pointer_Test_Lib.cpp2
-rw-r--r--TAO/tao/DynamicAny/DynAny_i.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/ACE/tests/Based_Pointer_Test_Lib.cpp b/ACE/tests/Based_Pointer_Test_Lib.cpp
index a7ef1fea205..1b27fdead9c 100644
--- a/ACE/tests/Based_Pointer_Test_Lib.cpp
+++ b/ACE/tests/Based_Pointer_Test_Lib.cpp
@@ -15,7 +15,7 @@
#include "ace/Based_Pointer_Repository.h"
#if defined (ACE_OPENVMS)
- // with OPENVMS symbol names > 31 cause us trouble with dlsym()
+// with OPENVMS symbol names > 31 cause us trouble with dlsym()
extern "C" ACE_Svc_Export void *
get_based_pointer_repo_inst (void)
#else
diff --git a/TAO/tao/DynamicAny/DynAny_i.cpp b/TAO/tao/DynamicAny/DynAny_i.cpp
index 83a74b9efee..bdca250de2c 100644
--- a/TAO/tao/DynamicAny/DynAny_i.cpp
+++ b/TAO/tao/DynamicAny/DynAny_i.cpp
@@ -71,6 +71,7 @@ TAO_DynAny_i::check_typecode (CORBA::TypeCode_ptr tc)
// Otherwise fall through.
break;
}
+ // fallthrough
default:
throw DynamicAny::DynAnyFactory::InconsistentTypeCode ();
}