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

[Windows] Fix several build warnings #5804

Merged
merged 16 commits into from
Sep 11, 2024
Merged

Commits on Sep 9, 2024

  1. clientscr: fix float <-> double conversion warnings

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1b6fe31 View commit details
    Browse the repository at this point in the history
  2. boinccmd: fix size_t -> int conversion and unreachable code warning

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    69c0d57 View commit details
    Browse the repository at this point in the history
  3. clientgui: fix deprecation warning by replacing outdated wxBOLD with …

    …wxFONTWEIGHT_BOLD macro
    
    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f0b6468 View commit details
    Browse the repository at this point in the history
  4. crypt_prog: fix warnings.

    - fix issue with variable shadowing
    - fix int <-> size_t conversion warning
    - fix size_t <-> unsigned int conversion warning
    
    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    421bc87 View commit details
    Browse the repository at this point in the history
  5. example_app: fix uninitialized variable warning

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a2b738c View commit details
    Browse the repository at this point in the history
  6. openclapp: fix shadowed variable warnings

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e721c05 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. uc2_graphics: fix float <-> double conversion warnings

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6bf80b7 View commit details
    Browse the repository at this point in the history
  2. nvcuda: fix shadowed variable warnings

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2fe9065 View commit details
    Browse the repository at this point in the history
  3. sporadic: fix size_t <-> unsigned int conversion warning

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3e3682a View commit details
    Browse the repository at this point in the history
  4. libgraphics: fix warnings

    - fix variable shadowing warnings
    - fix variable assignment in the condition expression warnings
    - fix my_error_mgr structure variables order to preserve space.
    
    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    70c95cd View commit details
    Browse the repository at this point in the history
  5. slideshow: fix float <-> doube conversion warnings

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c682798 View commit details
    Browse the repository at this point in the history
  6. libboinc, unittests: change strcpy to strncpy and sprintf to snprintf

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c0f5270 View commit details
    Browse the repository at this point in the history
  7. slide_show, uc2_graphics, worker: hide unreferenced parameters

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b9d2992 View commit details
    Browse the repository at this point in the history
  8. wrappture: hide unreferenced parameters, fix variable shadowing warni…

    …ng and int <-> UINT conversion warnings
    
    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bd3b2a9 View commit details
    Browse the repository at this point in the history
  9. fix unittests

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1ad881d View commit details
    Browse the repository at this point in the history
  10. unittests: revert some changes to fix unit tests

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3be93da View commit details
    Browse the repository at this point in the history