From bf73d0f9051fd5740c22bf6e5114ceb4535d548f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 17 Sep 2015 22:18:10 +0200 Subject: notify: Don't use constexpr on Haiku --- src/notify.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/notify.hxx') diff --git a/src/notify.hxx b/src/notify.hxx index c5a963e23..a077f9d02 100644 --- a/src/notify.hxx +++ b/src/notify.hxx @@ -28,7 +28,8 @@ struct notify { Cond cond; bool pending; -#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__) +#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__) && \ + !defined(__HAIKU__) constexpr #endif notify():pending(false) {} -- cgit v1.2.3