Bug#325532: mozilla: FTBFS: change in behavior of __attribute__((unused))

2005-09-07 Thread Steve Langasek
reopen 325535 thanks Sorry, the arm build of mozilla-firefox still fails, because the patch for arm is on drugs: +static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch") +__attribute((used))__; This last line should be +__attribut

Bug#325532: mozilla: FTBFS: change in behavior of __attribute__((unused))

2005-08-29 Thread Steve Langasek
Package: mozilla Severity: serious The current mozilla package fails to build on alpha, arm, and ia64 because it uses __attribute__((unused)) to mark static functions that are called only from assembly routines. As of gcc 3.1, __attribute__((used)) exists for marking static functions that are use