hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #08200
[Bug 2129804] Re: functions not marked as override, overflow in bitfield
Thanks. Commited to repository.
** Changed in: hugin
Status: New => Fix Committed
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/2129804
Title:
functions not marked as override, overflow in bitfield
Status in Hugin:
Fix Committed
Bug description:
Functions that override virtual functions inherited from wx should be
marked 'override'.
1-bit bitfields of type int have values {-1, 0}, and as a result
setting it to 1 is an integer overflow. The type should be unsigned
int.
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/2129804/+subscriptions
References