Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix([ezxml.c]/[ezxml_internal_dtd]): fix gcc compilation warning #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rexlim820220
Copy link

@rexlim820220 rexlim820220 commented Apr 28, 2023

fix gcc compilation warning due to accessing address of char *s after increment operation with inline condition expression.

Closed #6
Closed #8

fix gcc compilation warning due to accessing address of char *s after increment operation with inline condition expression.
… expression.

Fixed compilation warning arise in ezxml.c for gcc-7 compiler to compare between signed integer(-1) and unsigned variable (root->len) within function void ezxml_free(ezxml_t xml).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant