From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26592 invoked by alias); 21 Dec 2011 19:50:13 -0000 Received: (qmail 26581 invoked by uid 22791); 21 Dec 2011 19:50:13 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Dec 2011 19:50:00 +0000 From: "erez.strauss at baml dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/13538] New: EPOLLET defined as 1<<31 and should be defined as 1U<<31 Date: Wed, 21 Dec 2011 19:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: erez.strauss at baml dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2011-12/txt/msg00069.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13538 Bug #: 13538 Summary: EPOLLET defined as 1<<31 and should be defined as 1U<<31 Product: glibc Version: 2.12 Status: NEW Severity: minor Priority: P2 Component: libc AssignedTo: drepper.fsp@gmail.com ReportedBy: erez.strauss@baml.com Classification: Unclassified Please update the definition of the EPOLLET constant to be (1U<<31) instead of (1<<31) as compilers (intel) are generating the warning: .... : warning #68: integer conversion resulted in a change of sign unsigned m = EPOLLET; ^ The epoll events is defined as unsigned 32 bits. Thank you. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.