From d2b8817ad268ec6e0f57acf1c046fd474389521e Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 12 Dec 2019 04:29:23 +0100 Subject: testing/qt-creator: upgrade to 4.11.0 --- testing/qt-creator/fix-execinfo.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testing/qt-creator/fix-execinfo.patch') diff --git a/testing/qt-creator/fix-execinfo.patch b/testing/qt-creator/fix-execinfo.patch index c3828c34b6..750968f75e 100644 --- a/testing/qt-creator/fix-execinfo.patch +++ b/testing/qt-creator/fix-execinfo.patch @@ -39,13 +39,12 @@ namespace Debugger { namespace Internal { -@@ -45,7 +47,7 @@ +@@ -40,7 +40,7 @@ void dumpBacktrace(int maxdepth) { if (maxdepth == -1) maxdepth = 200; -#if defined(Q_OS_LINUX) +#if defined(Q_OS_LINUX) && defined(__GLIBC__) - void *bt[200] = {0}; + void *bt[200] = {nullptr}; qDebug() << "BACKTRACE:"; int size = backtrace(bt, sizeof(bt) / sizeof(bt[0])); - -- cgit v1.2.3