Skip to content

Commit

Permalink
Fixed Clang warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Branimir Karadzic committed Oct 18, 2013
1 parent 4104e35 commit 974d2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/UnitTest++/src/Posix/SignalTranslator.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class SignalTranslator
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__)
Expand Down

0 comments on commit 974d2d7

Please sign in to comment.