This bug was fixed in the package unity - 7.0.0daily13.04.10-0ubuntu1
---------------
unity (7.0.0daily13.04.10-0ubuntu1) raring; urgency=low
[ Andrea Azzarone ]
* Launcher icons automatically placed in the launcher by USC (or apps
lens) fail to have running 'pips'. (LP: #1165097)
[ Marco Trevisan (Treviño) ]
* Unity wastes some memory by allocating multiple times the same
texture (LP: #1166532)
* Unity is creating multiple instances of DBusIndicators per each
monitor (LP: #1166550)
[ Michi Henning ]
* ResultIterator.h defines functions that return const values (LP:
#1163705)
[ Ubuntu daily release ]
* Automatic snapshot from revision 3290
-- Ubuntu daily release <[email protected]> Wed, 10 Apr 2013
04:03:19 +0000
** Changed in: unity (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1163705
Title:
ResultIterator.h defines functions that return const values
Status in Unity:
Fix Committed
Status in Unity 6.0 series:
New
Status in Unity 7.0 series:
New
Status in Unity phablet series:
New
Status in Unity phablet-mods series:
New
Status in Unity trunk series:
Fix Committed
Status in “unity” package in Ubuntu:
Fix Released
Bug description:
In UnityCore/ResultIterator.h, we have things such as:
friend inline bool const operator<(const ResultIterator& lhs, const
ResultIterator& rhs)
and
bool const IsLast();
Declaring a function to return a const value is meaningless, and the
compiler ignores the const. Moreover, with -Wall -Wextra, gcc emits a
warning about the ignored const and, with -Werror, produces an error.
The const return values need to be non-const.
To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1163705/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp