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 more compilation warnings #499

Merged
merged 8 commits into from
Jul 23, 2024
Merged

Commits on Jul 16, 2024

  1. fix warning in PluginTreeWidget

    due to comaprison of ints with different signedness
    vifactor committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2fae39c View commit details
    Browse the repository at this point in the history
  2. fix warnings in DltImporter::dltIpcFromMF4

    comparison of integer expressions of different signedness
    vifactor committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9e2a8a3 View commit details
    Browse the repository at this point in the history
  3. fix warnings in QDltMsg::checkMsgSize

    comparison of integer expressions of different signedness
    vifactor committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bbccbe0 View commit details
    Browse the repository at this point in the history
  4. fix warnings in SettingsDialog::writeDlg

     using integer constants in boolean context
    vifactor committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    917e6b1 View commit details
    Browse the repository at this point in the history
  5. fix warning in QDltPluginManager::setPluginPriority

    + additional minor fixes
    vifactor committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    628b260 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43c4510 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d218ea3 View commit details
    Browse the repository at this point in the history
  8. fix cast warnings in QDltArgument

    Signed-off-by: Viktor Kopp <vifactor@gmail.com>
    vifactor committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cbaf574 View commit details
    Browse the repository at this point in the history