[Bug 29692] trying to link with libhal fails with -Wshadow

Martin Pitt martin.pitt at ubuntu.com
Thu Mar 9 11:30:35 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/29692

Task: ubuntu hal
         Status: Confirmed => Needs Info

Comment:
I checked this, and this only affects 

struct LibHalPropertySetIterator_s {
        LibHalPropertySet *set;    /**< Property set we are iterating over */
        unsigned int index;        /**< Index into current element */
        LibHalProperty *cur_prop;  /**< Current property being visited */
        void *reservered0;         /**< Reserved for future use */
        void *reservered1;         /**< Reserved for future use */
};

However, I don't want to change the API of hal just because of this. Is that still an issue? Ubuntu's network-manager compiles fine, and it's just a warning anyway.




More information about the desktop-bugs mailing list