Skip to content

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

Open
rexlim820220 wants to merge 2 commits into
lxfontes:masterfrom
rexlim820220:#6-fix-bug-inline-expression-conditon-wsequence-point
Open

fix([ezxml.c]/[ezxml_internal_dtd]): fix gcc compilation warning#7
rexlim820220 wants to merge 2 commits into
lxfontes:masterfrom
rexlim820220:#6-fix-bug-inline-expression-conditon-wsequence-point

Conversation

@rexlim820220
Copy link
Copy Markdown

@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