summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-30 16:18:11 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-30 16:18:11 +0200
commit69e82bb732facc858bb52df2b100710304940e77 (patch)
treeae489dae3fc9fca5a1e157f66b4c47a5dc15f539 /ACE
parenta0d1ece7916f074dd3279be1f6c1ca9d446b8078 (diff)
downloadATCD-69e82bb732facc858bb52df2b100710304940e77.tar.gz
Fix gcc7 warnings and remove commented out throws
* ACE/ace/OS_NS_Thread.h: * TAO/examples/Quoter/Factory_Finder.cpp: * TAO/examples/Quoter/client.cpp: * TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp: * TAO/tao/PortableServer/Servant_var.h:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/OS_NS_Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_Thread.h b/ACE/ace/OS_NS_Thread.h
index 2387f76a7df..a4e933bd98b 100644
--- a/ACE/ace/OS_NS_Thread.h
+++ b/ACE/ace/OS_NS_Thread.h
@@ -810,7 +810,7 @@ class ACE_TSS_Keys;
class ACE_Export ACE_TSS_Emulation
{
public:
- typedef void (*ACE_TSS_DESTRUCTOR)(void *value) /* throw () */;
+ typedef void (*ACE_TSS_DESTRUCTOR)(void *value);
/// Maximum number of TSS keys allowed over the life of the program.
enum { ACE_TSS_THREAD_KEYS_MAX = ACE_DEFAULT_THREAD_KEYS };