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

-Wundef #149

Merged
merged 1 commit into from
Oct 1, 2023
Merged

-Wundef #149

merged 1 commit into from
Oct 1, 2023

Conversation

prj-
Copy link
Contributor

@prj- prj- commented Sep 29, 2023

No description provided.

@prj-
Copy link
Contributor Author

prj- commented Sep 29, 2023

Please review @xiaoyeli.

@xiaoyeli
Copy link
Owner

xiaoyeli commented Oct 1, 2023

Looks good.

@xiaoyeli xiaoyeli closed this Oct 1, 2023
@xiaoyeli xiaoyeli reopened this Oct 1, 2023
@xiaoyeli xiaoyeli merged commit 76341f6 into xiaoyeli:master Oct 1, 2023
30 checks passed
@prj-
Copy link
Contributor Author

prj- commented Oct 3, 2023

Shoot, I also forgot about this one.

diff --git a/SRC/util_dist.h b/SRC/util_dist.h
index b05bc5c2..037be18f 100644
--- a/SRC/util_dist.h
+++ b/SRC/util_dist.h
@@ -173,3 +173,3 @@ typedef struct {
 
-#if ( PROFlevel>=1 )
+#if defined(PROFlevel) && PROFlevel>=1
 #define TIC(t)          t = SuperLU_timer_()

Could you please commit that, or do you need me to create a follow-up MR? Sorry about that...

@prj- prj- deleted the jolivet/fix-Wundef branch October 4, 2023 12:32
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.

2 participants