summaryrefslogtreecommitdiff
path: root/sal/cpprt
diff options
context:
space:
mode:
Diffstat (limited to 'sal/cpprt')
-rw-r--r--sal/cpprt/operators_new_delete.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cpprt/operators_new_delete.cxx b/sal/cpprt/operators_new_delete.cxx
index c03d8bda9830..064caa5946f5 100644
--- a/sal/cpprt/operators_new_delete.cxx
+++ b/sal/cpprt/operators_new_delete.cxx
@@ -93,7 +93,7 @@ const AllocatorTraits::signature_type ScalarTraits::g_signature = "new() ";
// Allocator
-static void default_handler (void)
+static void default_handler()
{
// Multithreading race in 'std::set_new_handler()' call sequence below.
throw std::bad_alloc();