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 -Wconversion warning #2724

Merged
merged 2 commits into from
Jan 19, 2022
Merged

Fix -Wconversion warning #2724

merged 2 commits into from
Jan 19, 2022

Commits on Jan 18, 2022

  1. - try fixing the warning "chrono.h:1217:37: warning: conversion from …

    …'std::make_unsigned<long long int>::type' {aka 'long long unsigned int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion]" by casting int to size_t (occurs when cross-compiling to Raspberry Pi ARMv7)
    Tobi823 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    3f1f263 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    64a3bfc View commit details
    Browse the repository at this point in the history