Skip to content

Conversation

@danoli3
Copy link

@danoli3 danoli3 commented May 26, 2024

Fixes for compiler errors due to qnamebuf size

Strict in MSVC and C17 fix

 svgtiny\libdom\bindings\xml\libxml_xmlparser.c(703,20): error C2466: cannot allocate an array of constant size 0 [svgtiny\build_vs_64\svgtiny.vcxproj]
 svgtiny\libdom\bindings\xml\libxml_xmlparser.c(703,11): error C2133: 'qnamebuf': unknown size [svgtiny\build_vs_64\svgtiny.vcxproj]
 svgtiny\libdom\bindings\xml\libxml_xmlparser.c(795,21): error C2466: cannot allocate an array of constant size 0 [svgtiny\build_vs_64\svgtiny.vcxproj]
 svgtiny\libdom\bindings\xml\libxml_xmlparser.c(795,12): error C2133: 'qnamebuf': unknown size [svgtiny\build_vs_64\svgtiny.vcxproj]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant