summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-03-03 11:05:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-03-03 11:05:30 +0100
commita1480384cc3233889d1f043fcd428c627843d272 (patch)
tree81351e3c11da3e6c4fa82dac8552d16d8b68d602
parent2a97fb9d6f9a4806afbcb5e327ce334006e4da69 (diff)
downloadATCD-a1480384cc3233889d1f043fcd428c627843d272.tar.gz
Add space to resolve compiler warnings on condaforge
* ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_unistd.inl:
-rw-r--r--ACE/ace/OS_NS_Thread.inl2
-rw-r--r--ACE/ace/OS_NS_unistd.inl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_Thread.inl b/ACE/ace/OS_NS_Thread.inl
index 17335f782c5..e20c7077f88 100644
--- a/ACE/ace/OS_NS_Thread.inl
+++ b/ACE/ace/OS_NS_Thread.inl
@@ -534,7 +534,7 @@ ACE_OS::event_init (ACE_event_t *event,
#endif /* ACE_HAS_WCHAR */
ACE_INLINE long
-ACE_OS::priority_control (ACE_idtype_t /*idtype*/, ACE_id_t /*identifier*/, int /*cmd*/, void */*arg*/)
+ACE_OS::priority_control (ACE_idtype_t /*idtype*/, ACE_id_t /*identifier*/, int /*cmd*/, void * /*arg*/)
{
ACE_OS_TRACE ("ACE_OS::priority_control");
ACE_NOTSUP_RETURN (-1);
diff --git a/ACE/ace/OS_NS_unistd.inl b/ACE/ace/OS_NS_unistd.inl
index 455192e4ee0..83f77073575 100644
--- a/ACE/ace/OS_NS_unistd.inl
+++ b/ACE/ace/OS_NS_unistd.inl
@@ -1019,7 +1019,7 @@ ACE_OS::sysconf (int name)
}
ACE_INLINE long
-ACE_OS::sysinfo (int /*cmd*/, char */*buf*/, long /*count*/)
+ACE_OS::sysinfo (int /*cmd*/, char * /*buf*/, long /*count*/)
{
ACE_OS_TRACE ("ACE_OS::sysinfo");
ACE_NOTSUP_RETURN (0);