VirtualBox

Changeset 85201 in vbox


Ignore:
Timestamp:
Jul 10, 2020 3:22:32 PM (4 years ago)
Author:
vboxsync
Message:

libxml2: Fix enum compare for Clang 11. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libxml2-2.9.4/xpath.c

    r65950 r85201  
    1241212412                                break;
    1241312413                        }
    12414                     } else if (cur->type == type) {
     12414                    } else if (cur->type == (xmlElementType) type) {
    1241512415                        if (cur->type == XML_NAMESPACE_DECL)
    1241612416                            XP_TEST_HIT_NS
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette