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 -Wunused-variable diagnostic when !ULAB_SUPPORTS_COMPLEX #631

Merged
merged 3 commits into from
Jun 28, 2023

Conversation

jepler
Copy link
Collaborator

@jepler jepler commented Jun 27, 2023

o_in is only used in the SUPPORTS_COMPLEX case, so the variable definition needs to be moved accordingly.

`o_in` is only used in the SUPPORTS_COMPLEX case, so the variable
definition needs to be moved accordingly.
@jepler jepler requested a review from v923z June 27, 2023 18:12
@v923z
Copy link
Owner

v923z commented Jun 27, 2023

@jepler Indeed, many thanks for bringing this up! Could you, please, change the version number to 6.3.4, and then merge this?

code/ulab.c Outdated
@@ -33,7 +33,7 @@
#include "user/user.h"
#include "utils/utils.h"

#define ULAB_VERSION 6.3.2
#define ULAB_VERSION 6.3.3
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be set to 6.3.4.

@@ -1,5 +1,17 @@
Fri, 12 May 2023

version 6.3.3
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6.3.3 brings in an improvement on polyval.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

@v923z v923z merged commit 38caf84 into v923z:master Jun 28, 2023
16 checks passed
@v923z
Copy link
Owner

v923z commented Jun 28, 2023

@jepler Many thanks, Jeff! I've merged this.

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