Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Compiler warnings #2

@amirgeva

Description

@amirgeva

Hi. I'm using this library for my open source project, and I'm getting some warnings. A lot of them are due to the pattern of
switch (boolean_expression) {
case true: ....
case false: ....
}

I'm not sure why this pattern was used instead of if/else, and I intend to amend my copy to avoid these warnings.
Would you be interested in a pull request for such fixes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions