[ 
https://issues.apache.org/jira/browse/TS-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224841#comment-15224841
 ] 

ASF GitHub Bot commented on TS-4302:
------------------------------------

Github user zwoop commented on the pull request:

    https://github.com/apache/trafficserver/pull/548#issuecomment-205451669
  
    Thanks, yeah, I'll update the configuration. Yeah, it might make sense to 
make this selection at runtime, but of course it must also check for the 
existence of available eventers. @jpeach  Would you be a peach and file a Jira 
on making this run-time selectable? It seems low importance, because the 
primary platform we support (Linux) really only supports epoll().


> Compiler warnings on OmniOS w. gcc 5.1
> --------------------------------------
>
>                 Key: TS-4302
>                 URL: https://issues.apache.org/jira/browse/TS-4302
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build, Core
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Blocker
>             Fix For: 6.2.0
>
>
> Getting these warnings from gcc 5.1:
> {code}
> In file included from 
> /home/leif/apache/trafficserver.git/iocore/net/P_Net.h:94:0,
>                  from 
> /home/leif/apache/trafficserver.git/proxy/InkAPIInternal.h:29,
>                  from 
> /home/leif/apache/trafficserver.git/mgmt/ProcessManager.cc:28:
> /home/leif/apache/trafficserver.git/iocore/net/P_UnixNet.h: In function ‘void 
> read_disable(NetHandler*, UnixNetVConnection*)’:
> /home/leif/apache/trafficserver.git/iocore/net/P_UnixNet.h:424:30: warning: 
> overflow in implicit constant conversion [-Woverflow]
>    vc->ep.modify(-EVENTIO_READ);
>                               ^
> /home/leif/apache/trafficserver.git/iocore/net/P_UnixNet.h: In function ‘void 
> write_disable(NetHandler*, UnixNetVConnection*)’:
> /home/leif/apache/trafficserver.git/iocore/net/P_UnixNet.h:445:31: warning: 
> overflow in implicit constant conversion [-Woverflow]
>    vc->ep.modify(-EVENTIO_WRITE);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to