jpype-project / jpype

JPype is cross language bridge to allow Python programs full access to Java class libraries.
http://www.jpype.org
Apache License 2.0
1.12k stars 182 forks source link

Warnings in GCC and VC #1161

Closed Thrameos closed 11 months ago

Thrameos commented 11 months ago

This PR deals with warnings that are currently triggering in VC and GCC.

codecov[bot] commented 11 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (4471a27) 87.49% compared to head (9d5d399) 87.44%.

Files Patch % Lines
native/common/jp_proxy.cpp 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1161 +/- ## ========================================== - Coverage 87.49% 87.44% -0.05% ========================================== Files 113 113 Lines 10233 10236 +3 Branches 4057 4057 ========================================== - Hits 8953 8951 -2 - Misses 688 692 +4 - Partials 592 593 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.