mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed Clang warning.
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user