luben / zstd-jni

JNI binding for Zstd
Other
809 stars 165 forks source link

Suppress warnings #221

Closed mkoncek closed 2 years ago

mkoncek commented 2 years ago

With -Wall I am getting two categories of warnings: unused variable clazz and uninitialized variable size. I would like to get rid of all warnings.

luben commented 2 years ago

LGTM! Thanks for the contribution