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' ?
Reactions are currently unavailable
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' ?