Replies: 1 comment 1 reply
-
I wasn't using latest commit, which fixed the problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting tons of these types of errors when compiling
error: implicit conversion changes signedness: 'unsigned long' to 'ssize_t' (aka 'long') [-Werror,-Wsign-conversion]
return mColumnNames.at(pColumnName) - (mLabelParams.mRowNameIdx + 1);
Beta Was this translation helpful? Give feedback.
All reactions