| commit | 4ab26bcdaafce0e7f34dfaafd14c7837d8bb5435 | [log] [tgz] |
|---|---|---|
| author | Arun Sharma <aruns@google.com> | Fri Oct 16 15:52:44 2009 -0700 |
| committer | Arun Sharma <aruns@google.com> | Fri Oct 16 15:52:44 2009 -0700 |
| tree | 16224bd2c7f8198c76584b1b64a9ae6c890953f5 | |
| parent | 570c09a2afe255ce30b64e3298218ffbcff73e80 [diff] [blame] |
Fix compiler warnings seen with --disable_block_signals
diff --git a/include/libunwind_i.h b/include/libunwind_i.h index 3e553e2..a749ee1 100644 --- a/include/libunwind_i.h +++ b/include/libunwind_i.h
@@ -187,7 +187,7 @@ # define SIGPROCMASK(how, new_mask, old_mask) \ sigprocmask((how), (new_mask), (old_mask)) #else -# define SIGPROCMASK(how, new_mask, old_mask) /**/ +# define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) #endif #define define_lock(name) \