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

-Werror=unused-macros

Change-Id: Ia02ff34be9eff80fd8f9d76f034d76c3791342f2
üst da45a0e2
...@@ -37,14 +37,17 @@ ...@@ -37,14 +37,17 @@
#include <execinfo.h> #include <execinfo.h>
#include <link.h> #include <link.h>
#define INCLUDE_BACKTRACE #define INCLUDE_BACKTRACE
#if defined SAL_ENABLE_CRASH_REPORT
#define STACKTYPE "Linux" #define STACKTYPE "Linux"
#endif #endif
#endif
#ifdef SOLARIS #ifdef SOLARIS
#include "backtrace.h" #include "backtrace.h"
#define INCLUDE_BACKTRACE #define INCLUDE_BACKTRACE
#if defined SAL_ENABLE_CRASH_REPORT
#if defined( SPARC ) #if defined( SPARC )
#define STACKTYPE "Solaris_Sparc" #define STACKTYPE "Solaris_Sparc"
#elif defined( INTEL ) #elif defined( INTEL )
...@@ -52,6 +55,7 @@ ...@@ -52,6 +55,7 @@
#else #else
#define STACKTYPE "Solaris_Unknown" #define STACKTYPE "Solaris_Unknown"
#endif #endif
#endif
#endif /* defined SOLARIS */ #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