Skip to content

Conversation

@g5t
Copy link
Contributor

@g5t g5t commented Sep 24, 2024

The Table_Read code path in the Pol_guide_vmirror.comp component can not work, raises a compiler warning, and must not ever be used since the read tables are not accessed.

This PR half-fixes the problem by introducing new file name component parameters, thus removing the compiler warning.
If such a parameter was provided, however, the value(s) read from the table would still not be used.

By not producing a warning any longer, this fixes #1707

@willend
Copy link
Contributor

willend commented Sep 24, 2024

Thanks @g5t, merging

@willend willend merged commit 112eea5 into mccode-dev:main Sep 24, 2024
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.

Pointer type mismatch in call to Table_Read

2 participants