Skip to content
New issue

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

Enable more compiler lints #72

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Enable more compiler lints #72

merged 1 commit into from
Apr 9, 2024

Conversation

bgilbert
Copy link
Member

@bgilbert bgilbert commented Apr 9, 2024

Leave serialization lints off; we don't care about serialization but sometimes derive from serializable classes. Enable all other lints.

Fix missing type parameters in superclass specifications in GUI code. Suppress warnings for restricted methods in OpenSlideFFM, which is expected to use them. Suppress a this-escape warning in OpenSlideView caused by calls to superclass methods and not really of interest to us.

Leave serialization lints off; we don't care about serialization but
sometimes derive from serializable classes.  Enable all other lints.

Fix missing type parameters in superclass specifications in GUI code.
Suppress warnings for restricted methods in OpenSlideFFM, which is
expected to use them.  Suppress a this-escape warning in OpenSlideView
caused by calls to superclass methods and not really of interest to us.

Signed-off-by: Benjamin Gilbert <[email protected]>
@openslide-bot
Copy link

DCO signed off ✔️

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

@bgilbert bgilbert merged commit f78c135 into openslide:main Apr 9, 2024
5 checks passed
@bgilbert bgilbert deleted the lints branch April 9, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants