-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warnings from unncessary abs (#162)
* Enhance AbsFunc specialization for signed and unsigned types Refined the AbsFunc template struct to handle both signed and unsigned types using enable_if conditions. This change introduces specialized behavior, ensuring proper functioning and type safety depending on the numerical type. * Add RPY_MAYBE_UNUSED to unused member variables Marked unused member variables with RPY_MAYBE_UNUSED in comparison_trait.h and lie_key.cpp to avoid compiler warnings. This helps in maintaining cleaner code and ensures that warnings are handled properly.
- Loading branch information
1 parent
efc6961
commit eadda95
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters