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

Fix many clang warnings #84

Merged
merged 8 commits into from
Apr 8, 2023

Conversation

gruenich
Copy link
Contributor

@gruenich gruenich commented Apr 8, 2023

Fix most of the warnings emitted by Clang with `-Wall -Wpedantic -std=c11".

Or hide them behind debug macros
There is no use of always return 0.
Prevents users from passing invalid arguments.
Ensures that the return value is initialized.
Prevents users from passing invalid arguments, as A
must be SLU_NC or SLU_NR.
Get rid of AA is unitiliazed warning.
Prevents users from passing invalid arguments.
Get rid of rmach is unitiliazed warning.
@xiaoyeli xiaoyeli merged commit b8b6c8e into xiaoyeli:master Apr 8, 2023
@gruenich gruenich deleted the feature/fix-clang-warnings branch June 5, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants