Kaydet (Commit) 6310424a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=unused-macros

Change-Id: Ia02ff34be9eff80fd8f9d76f034d76c3791342f2
üst da45a0e2
......@@ -37,14 +37,17 @@
#include <execinfo.h>
#include <link.h>
#define INCLUDE_BACKTRACE
#if defined SAL_ENABLE_CRASH_REPORT
#define STACKTYPE "Linux"
#endif
#endif
#ifdef SOLARIS
#include "backtrace.h"
#define INCLUDE_BACKTRACE
#if defined SAL_ENABLE_CRASH_REPORT
#if defined( SPARC )
#define STACKTYPE "Solaris_Sparc"
#elif defined( INTEL )
......@@ -52,6 +55,7 @@
#else
#define STACKTYPE "Solaris_Unknown"
#endif
#endif
#endif /* defined SOLARIS */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment