diff options
Diffstat (limited to '')
-rw-r--r-- | src/notify.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify.hxx b/src/notify.hxx index cde29468f..ebd12e5c6 100644 --- a/src/notify.hxx +++ b/src/notify.hxx @@ -28,7 +28,7 @@ struct notify { Cond cond; bool pending; -#ifndef WIN32 +#if !defined(WIN32) && !defined(__BIONIC__) constexpr #endif notify():pending(false) {} |