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

Suppress warning #3714

Merged
merged 11 commits into from
May 12, 2023
Merged

Suppress warning #3714

merged 11 commits into from
May 12, 2023

Commits on May 5, 2023

  1. main: use unsiged int as the return type of countXtags

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 5, 2023
    Configuration menu
    Copy the full SHA
    20fabfd View commit details
    Browse the repository at this point in the history
  2. main: use unsiged int as the return type of countFields

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 5, 2023
    Configuration menu
    Copy the full SHA
    aec0a1d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    4c805ab View commit details
    Browse the repository at this point in the history
  2. optscript: use unsigned int where we can use the type

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 9, 2023
    Configuration menu
    Copy the full SHA
    98ab31c View commit details
    Browse the repository at this point in the history
  3. main: use unsigned int where we can use the type

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d6f5467 View commit details
    Browse the repository at this point in the history
  4. main: avoid signed/unsigned mismatch

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9997593 View commit details
    Browse the repository at this point in the history
  5. Moose: avoid signed/unsigned mismatch

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4a2d365 View commit details
    Browse the repository at this point in the history
  6. ReStructuredText: avoid signed/unsigned mismatch

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 9, 2023
    Configuration menu
    Copy the full SHA
    62e77cc View commit details
    Browse the repository at this point in the history
  7. dsl: suppress the warning "'i' may be used uninitialized in this func…

    …tion"
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 9, 2023
    Configuration menu
    Copy the full SHA
    de7ddd9 View commit details
    Browse the repository at this point in the history
  8. main: suppress the warning "'f' may be used uninitialized in this fun…

    …ction "
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f3a2a30 View commit details
    Browse the repository at this point in the history
  9. main: suppress the warning "warning: unknown conversion type characte…

    …r 'l' in format [-Wformat=]"
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ceda2dc View commit details
    Browse the repository at this point in the history