[beast: 9/16] BSE: use BSE_UNUSED instead of a Rapicorn macro
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 9/16] BSE: use BSE_UNUSED instead of a Rapicorn macro
- Date: Sat, 30 Sep 2017 01:03:27 +0000 (UTC)
commit 881369bc19a0a6cfe77eec836e6ecc78fe4045fa
Author: Tim Janik <timj gnu org>
Date: Mon Sep 18 22:53:56 2017 +0200
BSE: use BSE_UNUSED instead of a Rapicorn macro
Signed-off-by: Tim Janik <timj gnu org>
beast-gtk/bstmain.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/beast-gtk/bstmain.cc b/beast-gtk/bstmain.cc
index 41c0516..2ddfa37 100644
--- a/beast-gtk/bstmain.cc
+++ b/beast-gtk/bstmain.cc
@@ -539,7 +539,7 @@ static int
main_run_event_loop ()
{
// register embedded methods
- static RAPICORN_UNUSED bool initialized = []() { Py_InitModule ("bst", embedded_bst_methods); return true;
} ();
+ static BSE_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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]