From a41c0c324a021a2614ef13eb2fe3459f58227abc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 15 Apr 2011 01:32:37 +0000 Subject: fix [#26937] Radio button text truncation should start at beginning of string ensure start of text is always visible. - also left in test for fix [#26933] which left it broken. - quiet warning in AUD Py API. --- intern/audaspace/Python/AUD_PyAPI.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/audaspace') diff --git a/intern/audaspace/Python/AUD_PyAPI.cpp b/intern/audaspace/Python/AUD_PyAPI.cpp index 1fccafa2599..22376a2fcd1 100644 --- a/intern/audaspace/Python/AUD_PyAPI.cpp +++ b/intern/audaspace/Python/AUD_PyAPI.cpp @@ -2214,6 +2214,7 @@ Device_new(PyTypeObject *type, PyObject *args, PyObject *kwds) switch(device) { case AUD_DEVICE_NULL: + (void)specs; /* quiet warning when others disabled */ self->device = new AUD_NULLDevice(); break; case AUD_DEVICE_OPENAL: -- cgit v1.2.3