From c4067b118b2fdf701ce89603ed4fa0c3bc459364 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Wed, 24 Mar 2021 13:01:48 +0100 Subject: signature: silence a compiler warning Change-Id: I648dfaa0049e7ca9bba0b90f6e06ea6e0bda1bd3 Fixes: PYSIDE-1524 Reviewed-by: Friedemann Kleint (cherry picked from commit 2f18ab9c93d4fae8d8d7e4d84bd9cd2e7fd22c3d) --- sources/shiboken2/libshiboken/signature/signature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/shiboken2/libshiboken/signature/signature.cpp') diff --git a/sources/shiboken2/libshiboken/signature/signature.cpp b/sources/shiboken2/libshiboken/signature/signature.cpp index e4e8135c5..8cda6f810 100644 --- a/sources/shiboken2/libshiboken/signature/signature.cpp +++ b/sources/shiboken2/libshiboken/signature/signature.cpp @@ -481,7 +481,7 @@ static PyObject *adjustFuncName(const char *func_name) } // Finally, generate the correct path expression. - char _buf[200 + 1] = {}; + char _buf[250 + 1] = {}; if (is_prop) { auto _prop_name = String::toCString(prop_name); if (is_class_prop) -- cgit v1.2.3