You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2013/06/26 19:24:26 UTC

[jira] [Assigned] (TS-1977) Recent master fails to build with XCode / OSX

     [ https://issues.apache.org/jira/browse/TS-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-1977:
---------------------------------

    Assignee: Leif Hedstrom
    
> Recent master fails to build with XCode / OSX
> ---------------------------------------------
>
>                 Key: TS-1977
>                 URL: https://issues.apache.org/jira/browse/TS-1977
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 3.3.5
>
>
> {code}
> In file included from DNS.cc:24:
> In file included from ./P_DNS.h:34:
> In file included from ./I_DNS.h:36:
> In file included from ../../iocore/hostdb/I_HostDB.h:37:
> ../../iocore/cache/I_Cache.h:68:15: error: 'CacheProcessor::start' hides overloaded virtual function
>       [-Werror,-Woverloaded-virtual]
>   virtual int start(int n_cache_threads = 0 /* cache uses event threads */ );
>               ^
> ../../iocore/eventsystem/I_Processor.h:101:15: note: hidden overloaded virtual function 'Processor::start' declared here
>   virtual int start(int number_of_threads, size_t stacksize)
>               ^
> In file included from DNS.cc:24:
> In file included from ./P_DNS.h:34:
> In file included from ./I_DNS.h:36:
> In file included from ../../iocore/hostdb/I_HostDB.h:39:
> ../../iocore/hostdb/I_HostDBProcessor.h:462:7: error: 'HostDBProcessor::start' hides overloaded virtual function
>       [-Werror,-Woverloaded-virtual]
>   int start(int no_of_additional_event_threads = 0);
>       ^
> ../../iocore/eventsystem/I_Processor.h:101:15: note: hidden overloaded virtual function 'Processor::start' declared here
>   virtual int start(int number_of_threads, size_t stacksize)
>               ^
> 2 errors generated.
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira