[Bug 435793] Re: redefinition of 'inline namespace' in installed headers

2009-09-24 Thread Amit Saha
Typo in "Make gcc understant that when we say inline, we mean it." -- redefinition of 'inline namespace' in installed headers https://bugs.launchpad.net/bugs/435793 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 435793] Re: redefinition of 'inline namespace' in installed headers

2009-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package wireless-tools - 29-2ubuntu6 --- wireless-tools (29-2ubuntu6) karmic; urgency=low * Don't try to outsmart the compiler and don't redefine `inline' in an installed header file. LP: #435793. /* Make gcc understant that when we say inline, we

[Bug 435793] Re: redefinition of 'inline namespace' in installed headers

2009-09-24 Thread Alexander Sack
doko found this is a redifinition of inline and found that its in iwlib.h: /* Make gcc understant that when we say inline, we mean it. * I really hate when the compiler is trying to be more clever than me, * because in this case gcc is not able to figure out functions with a * single call site,