Fixed Clang warning.

This commit is contained in:
Branimir Karadzic
2013-10-17 20:12:35 -07:00
parent 4104e3531a
commit 974d2d7078

View File

@@ -22,8 +22,8 @@ private:
struct sigaction m_old_SIGTRAP_action;
struct sigaction m_old_SIGSEGV_action;
struct sigaction m_old_SIGBUS_action;
struct sigaction m_old_SIGABRT_action;
struct sigaction m_old_SIGALRM_action;
// struct sigaction m_old_SIGABRT_action;
// struct sigaction m_old_SIGALRM_action;
};
#if !defined (__GNUC__)