Commit bf73d0f9 authored by François Revol's avatar François Revol Committed by Max Kellermann

notify: Don't use constexpr on Haiku

parent 193ffa06
......@@ -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) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment