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 a bunch of -Wall warnings, part 3 #595

Merged
merged 17 commits into from
Aug 2, 2024

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    e8e60c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4891978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c254597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1d9610 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7079bef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ce911b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d56978 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b29b5f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    330a2a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cffecac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dbe0d6a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae0791c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d00e13 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    19e71b4 View commit details
    Browse the repository at this point in the history
  2. lvxml: fix compiler warning [-Wunused-private-field]

    The code `enum { } formatFlags_t` was actually declaring a private
    (unused) field, not a type: make it a proper type declaration and
    use it where applicable (e.g. the `formatFlags` private field).
    benoit-pierre committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9bab237 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faec570 View commit details
    Browse the repository at this point in the history
  4. pdbfmt: fix compiler warning [-Wmissing-braces]

    If `PDBHdr->read` succeed, the structure is initialized anyway.
    benoit-pierre committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4b300d7 View commit details
    Browse the repository at this point in the history