summaryrefslogtreecommitdiff
path: root/glib/glibmm/exceptionhandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm/exceptionhandler.cc')
-rw-r--r--glib/glibmm/exceptionhandler.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/glib/glibmm/exceptionhandler.cc b/glib/glibmm/exceptionhandler.cc
index cfe68924..c879972a 100644
--- a/glib/glibmm/exceptionhandler.cc
+++ b/glib/glibmm/exceptionhandler.cc
@@ -32,6 +32,7 @@
GLIBMM_USING_STD(exception)
GLIBMM_USING_STD(list)
+#ifdef GLIBMM_EXCEPTIONS_ENABLED
namespace
{
@@ -157,3 +158,6 @@ void exception_handlers_invoke() throw()
} // namespace Glib
+#endif //GLIBMM_EXCEPTIONS_ENABLED
+
+