forked from gspd-unesp/ispd
-
Notifications
You must be signed in to change notification settings - Fork 0
Remove compilation and static analysis warnings #9
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestrefactorRefactoring and re-engineering the implementationRefactoring and re-engineering the implementationstandardizationStandardization of the code and its documentationStandardization of the code and its documentation
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestrefactorRefactoring and re-engineering the implementationRefactoring and re-engineering the implementationstandardizationStandardization of the code and its documentationStandardization of the code and its documentation
This is a long-term issue.
The goal is to remove all static analysis warnings, and all warnings that happen during compilation.
As the time of writing (July 16th, 2023) there were over 100 compile-time warnings, and inummerable IDE warnings left in the project.
SuppressWarningsshould only be used with a very good reason to do so. And even then, it probably shouldn't.