Fix conversion warnings · Issue #29 · gulrak/filesystem · GitHub
Skip to content

Fix conversion warnings #29

Description

@chfast

Is your feature request related to a problem? Please describe.

This is a header-only library therefore it is usually built with the warning level of the project which includes it. With some additional warnings enabled the filesystem.hpp does not compile cleanly.

Describe the solution you'd like

Build the project with -Wconversion -Wsign-conversion -Wpedantic and fix the reported warnings.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

available on masterFix is done on master branch, issue closed on next releasebugSomething isn't workinglowSeverity: low

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions