From 2ad355ebeb00d9698efe2bb910a500e401f5d50b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 11 Jul 2018 08:05:42 +0200 Subject: Renamed dummy->generic for tests, also fix warning --- common/pybindings.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/pybindings.cc b/common/pybindings.cc index 64055755..1a0eba8f 100644 --- a/common/pybindings.cc +++ b/common/pybindings.cc @@ -151,7 +151,9 @@ BOOST_PYTHON_MODULE(MODULE_NAME) arch_wrap_python(); } +#ifdef MAIN_EXECUTABLE static wchar_t *program; +#endif void init_python(const char *executable, bool first) { -- cgit v1.2.3