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

Commits on Apr 28, 2023

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

    fix gcc compilation warning due to accessing address of char *s after increment operation with inline condition expression.
    rexlim820220 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    44ebfbf View commit details
    Browse the repository at this point in the history
  2. fix([-Werror]/[sign-compare]): comparison between signed and unsigned…

    … 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).
    rexlim820220 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7519a61 View commit details
    Browse the repository at this point in the history