[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#794404: icu ftbfs with GCC 5 on hurd-i386



Package: src:icu
Version: 55.1-3
Severity: important

Debian Hurd, please have a look:

simplethread.cpp:291:29: warning: unused parameter 'millis' [-Wunused-parameter]
 SimpleThread::sleep(int32_t millis)
                             ^
simplethread.cpp:349:1: error: redefinition of 'SimpleThread::SimpleThread()'
 SimpleThread::SimpleThread()
 ^
simplethread.cpp:276:1: note: 'SimpleThread::SimpleThread()' previously defined here
 SimpleThread::SimpleThread()
 ^
simplethread.cpp:357:1: error: redefinition of 'SimpleThread::~SimpleThread()'
 SimpleThread::~SimpleThread()
 ^
simplethread.cpp:279:1: note: 'virtual SimpleThread::~SimpleThread()' previously
defined here
 SimpleThread::~SimpleThread()
 ^
simplethread.cpp:367:9: error: redefinition of 'int32_t SimpleThread::start()'
 int32_t SimpleThread::start()
         ^
simplethread.cpp:283:1: note: 'int32_t SimpleThread::start()' previously defined
here
 SimpleThread::start()
 ^
simplethread.cpp:415:1: error: redefinition of 'UBool SimpleThread::isRunning()'
 SimpleThread::isRunning() {
 ^
simplethread.cpp:295:1: note: 'UBool SimpleThread::isRunning()' previously
defined here
 SimpleThread::isRunning() {
 ^
simplethread.cpp:428:6: error: redefinition of 'static void
SimpleThread::sleep(int32_t)'
 void SimpleThread::sleep(int32_t millis)
      ^
simplethread.cpp:291:1: note: 'static void SimpleThread::sleep(int32_t)'
previously defined here
 SimpleThread::sleep(int32_t millis)
 ^
make[3]: *** [simplethread.o] Error 1
make[2]: *** [all-recursive] Error 2


Reply to: