We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now in src/app/server/java/ChipFabricProvider-JNI.cpp we do:
env->SetLongField(jFabric, jnodeId, fabricInfo.GetNodeId());
but jlong is a signed 64-bit value, not an unsigned one...
The text was updated successfully, but these errors were encountered:
Enable -Wconversion in the java server.
30d57ca
Note project-chip#25403 tracking whether this is in fact the right fix.
Enable -Wconversion in the java server. (#25405)
2240c70
Note #25403 tracking whether this is in fact the right fix.
14fd788
Note project-chip/connectedhomeip#25403 tracking whether this is in fact the right fix.
Enable -Wconversion in the java server. (project-chip#25405)
2b8b7df
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Sorry, something went wrong.
No branches or pull requests
Right now in src/app/server/java/ChipFabricProvider-JNI.cpp we do:
but jlong is a signed 64-bit value, not an unsigned one...
The text was updated successfully, but these errors were encountered: