Signed-off-by: Stefan Westerfeld <[email protected]>
---
 beast-gtk/bstmain.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beast-gtk/bstmain.cc b/beast-gtk/bstmain.cc
index 0ff53b3..6c5408d 100644
--- a/beast-gtk/bstmain.cc
+++ b/beast-gtk/bstmain.cc
@@ -537,7 +537,7 @@ static int
 main_run_event_loop ()
 {
   // register embedded methods
-  static __unused bool initialized = []() { Py_InitModule ("bst", 
embedded_bst_methods); return true; } ();
+  static RAPICORN_UNUSED bool initialized = []() { Py_InitModule ("bst", 
embedded_bst_methods); return true; } ();
 
   // run main loop from Python
   String pyfile = Bse::Path::join (Bse::installpath 
(Bse::INSTALLPATH_PYBEASTDIR), "main.py");
-- 
2.7.4

_______________________________________________
beast mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/beast

Reply via email to