Skip to content

Commit 666fa04

Browse files
Ni2c2kNi2c2k
authored andcommitted
don't use USE_UNIX_BACKTRACE_SUPPORT on Qnx
1 parent ab91e3e commit 666fa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cppcheckexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#endif
5252
#endif
5353

54-
#if !defined(NO_UNIX_BACKTRACE_SUPPORT) && defined(USE_UNIX_SIGNAL_HANDLING) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__NetBSD__) && !defined(__SVR4)
54+
#if !defined(NO_UNIX_BACKTRACE_SUPPORT) && defined(USE_UNIX_SIGNAL_HANDLING) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__NetBSD__) && !defined(__SVR4) && !defined(__QNX__)
5555
#define USE_UNIX_BACKTRACE_SUPPORT
5656
#include <cxxabi.h>
5757
#include <execinfo.h>

0 commit comments

Comments
 (0)