You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2015/10/27 17:02:23 UTC

[Bug 7259] Redefinition of POSIX::WIFEXITED etc. generates warnings (on Windows)

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7259

Martin Puppe <pu...@jam-software.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |puppe@jam-software.com

--- Comment #1 from Martin Puppe <pu...@jam-software.com> ---
Created attachment 5343
  --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5343&action=edit
Suppress warnings, fix operator precedence, add comments

This patch gets rid of the warnings.

It also fixes the operator precedence for `WIFSIGNALED`. (`!=` has higher
precedence than `&`).

I also added a hint regarding the magic numbers 8 and 127.

-- 
You are receiving this mail because:
You are the assignee for the bug.