FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Compilation warning [-Wformat] · Issue #65 · sqlitebrowser/sqlitebrowser · GitHub

Compilation warning [-Wformat] #65

Description

Here is compilation warning:
https://github.com/sqlitebrowser/sqlitebrowser/blob/master/libs/antlr-2.7.7/src/String.cpp#L41

Caused by wrong type specifier. rhs is size_t (unsigned long int), but '%u' is (unsigned int)
May be it should be changed to '%lu' ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL