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:16:20 UTC

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

Leif Hedstrom created TS-1977:
---------------------------------

             Summary: 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: DNS
            Reporter: Leif Hedstrom


{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