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

Silence build-time warning coming from scope.h #18948

Merged

Commits on Jul 5, 2021

  1. Eliminate '-Wstring-compare' build-time warning in re_comp.c.

    Per discussion with TonyC, use of the 'GCC' versions of two macros here
    is appropriate because that version is documented to handle CLANG as
    well.  Using these macros preserves an optimization added in d0f83c3 in
    2009.
    
    PR GH 18948 for issue GH 17015.
    jkeenan committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f7b3322 View commit details
    Browse the repository at this point in the history