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

move CAD reading functions to shared #1987

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

JakeOShannessy
Copy link
Contributor

This moves functions for reading CAD files into shared.

There aren't many examples of this in the Verification cases so while the functionality is maintained there isn't much to verify it.

This moves functions for reading CAD files into shared.
@JakeOShannessy JakeOShannessy marked this pull request as ready for review August 13, 2024 20:24
@gforney
Copy link
Contributor

gforney commented Aug 14, 2024

i'm getting this warning
../../../Source//smokeview/readsmv.c:9278:14: warning: unused variable 'len' [-Wunused-variable]
9278 | size_t len;

@JakeOShannessy
Copy link
Contributor Author

Addressed. I've also tweaked some the warnings levels I have set to try and match what you're using. (They can't be turned on 100% at this point).

@gforney
Copy link
Contributor

gforney commented Aug 14, 2024 via email

@JakeOShannessy
Copy link
Contributor Author

Yeah it's a bit of a battle to get a consistent set of warnings across platforms. I'm tweaking the cmake as I go. I've just enabled -Wshadow as I've noted it's something you addressed in the other PR.

@gforney
Copy link
Contributor

gforney commented Aug 14, 2024 via email

@gforney gforney merged commit 65ec1e8 into firemodels:master Aug 15, 2024
17 checks passed
@JakeOShannessy JakeOShannessy deleted the read-cad-no-global branch August 15, 2024 16:49
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