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

-Wshadows fixes #3143

Closed
wants to merge 12 commits into from
Closed

Commits on Feb 19, 2023

  1. Add build_vars.cmake to make it possible to build glslang directly wi…

    …thin 3rd party applicaion and libs.
    robertosfield committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    ca87a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2110147 View commit details
    Browse the repository at this point in the history
  3. Added path to include

    robertosfield committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d0fedf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    8d052b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136c639 View commit details
    Browse the repository at this point in the history
  3. Added test of -Wshadow.

    robertosfield committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7192a32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e5f452 View commit details
    Browse the repository at this point in the history
  5. Fixes for -Wshadows

    robertosfield committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1e42c4a View commit details
    Browse the repository at this point in the history
  6. Fixed for -Wshadows

    robertosfield committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ba20961 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e246027 View commit details
    Browse the repository at this point in the history
  8. This collection of -Wshadows warning fixes deserces a dedicated commi…

    …t as it's troubling example of shadowing of multiple variables at multiple levels.
    robertosfield committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1c5eca8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd959d4 View commit details
    Browse the repository at this point in the history