** Changed in: unity
Status: Fix Committed => 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/1010303
Title:
'UnityNETWorkareaRegionWindow::resizeNotify' hides overloaded virtual
function
Status in Unity:
Fix Released
Status in “unity” package in Ubuntu:
Fix Committed
Bug description:
clang tells us that:
In file included from
/home/thomi/code/canonical/unity/trunk/plugins/networkarearegion/src/networkarearegion.cpp:19:
/home/thomi/code/canonical/unity/trunk/plugins/networkarearegion/src/networkarearegion.h:68:3:
warning: 'UnityNETWorkareaRegionWindow::resizeNotify' hides overloaded virtual
function [-Woverloaded-virtual]
resizeNotify(int dx, int dy, unsigned int dwidth, unsigned int dheight);
^
/usr/include/compiz/core/window.h:250:15: note: hidden overloaded virtual
function 'WindowInterface::resizeNotify' declared here
virtual void resizeNotify (int dx, int dy, int dwidth, int dheight);
^
notice that dwidth and dheight params are ints vs. unsigned ints.
To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1010303/+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