GCC 4.6 fixes from oget (#3771).
[ardour.git] / libs / surfaces / wiimote / wiimote.cc
index 867e1c38e4385ed07cfad5776508123da61a3585..26f7e1810f58103c4d6461ff60669f0a96127f4a 100644 (file)
@@ -178,7 +178,7 @@ wiimote_discovery:
        std::cerr << "Wiimote: discovering, press 1+2" << std::endl;
 
        while (!wiimote_handle && !main_thread_quit) {
-               bdaddr = *BDADDR_ANY;
+               bdaddr = (bdaddr_t) {{0, 0, 0, 0, 0, 0}};
                callback_thread_registered_for_ardour = false;
                wiimote_handle = cwiid_open(&bdaddr, 0);