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

src: silence -Wsign-conversion, type tidy-ups #13470

Closed
wants to merge 9 commits into from

Commits on Apr 29, 2024

  1. src PR curl#13470

    vszakats committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cdcebc8 View commit details
    Browse the repository at this point in the history
  2. src tool_parsecfg ParameterError fixup

    ```
    tool_getparam.c:2904:37: error: implicit conversion changes signedness: 'ParameterError' to 'int' [-Werror,-Wsign-conversion]
    ```
    Ref: https://github.com/curl/curl/actions/runs/8861448063/job/24333320546?pr=13489#step:10:1257
    vszakats committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a710cc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ade86cb View commit details
    Browse the repository at this point in the history
  4. src tool_cb_wrt win32

    vszakats committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a2c3d51 View commit details
    Browse the repository at this point in the history
  5. src tool_doswin

    vszakats committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    eba9daa View commit details
    Browse the repository at this point in the history
  6. src tool_main

    vszakats committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4eff98f View commit details
    Browse the repository at this point in the history
  7. src tool_sleep win32

    vszakats committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    77a75d1 View commit details
    Browse the repository at this point in the history
  8. src tool_writeout

    vszakats committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2edece8 View commit details
    Browse the repository at this point in the history
  9. src tool_doswin

    vszakats committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    136f4f3 View commit details
    Browse the repository at this point in the history