Update main.patch

This commit is contained in:
MarkusMcNugen 2018-02-11 22:25:44 -05:00 committed by GitHub
parent a1af55d137
commit a79f622aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,11 @@
--- src/app/main.cpp --- src/app/main.cpp
+++ src/app/main.cpp +++ src/app/main.cpp
@@ -57,8 +57,9 @@ @@ -57,8 +57,6 @@
#ifdef Q_OS_UNIX #ifdef Q_OS_UNIX
#include <signal.h> #include <signal.h>
-#include <execinfo.h> -#include <execinfo.h>
-#include "stacktrace.h" -#include "stacktrace.h"
+static inline void print_stacktrace(FILE *out = stderr, unsigned int max_frames = 63) {
+ fprintf(out, "stack trace:\n N/A (%d)", max_frames);
+}
#endif // Q_OS_UNIX #endif // Q_OS_UNIX
#ifdef STACKTRACE_WIN #ifdef STACKTRACE_WIN