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 2016/11/26 03:15:04 UTC

[Bug 7375] New: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]

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

            Bug ID: 7375
           Summary: warning: ignoring return value of ‘write’, declared
                    with attribute warn_unused_result [-Wunused-result]
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Building & Packaging
          Assignee: dev@spamassassin.apache.org
          Reporter: jidanni@jidanni.org
  Target Milestone: Undefined

cc  -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \
                -o spamc/spamc   -ldl -lz 
spamc/libspamc.c: In function ‘libspamc_log’:
spamc/libspamc.c:2238:9: warning: ignoring return value of ‘write’, declared
with attribute warn_unused_result [-Wunused-result]

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

[Bug 7375] warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]

Posted by bu...@bugzilla.spamassassin.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7375

Kevin A. McGrail <km...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |kmcgrail@apache.org

--- Comment #1 from Kevin A. McGrail <km...@apache.org> ---
Sorry, can't duplicate on a modern centos with 3.4 branch

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