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

Update configure.win to match configure #320

Open
mhunter1 opened this issue Jul 10, 2021 · 1 comment
Open

Update configure.win to match configure #320

mhunter1 opened this issue Jul 10, 2021 · 1 comment
Assignees

Comments

@mhunter1
Copy link
Contributor

The configure file has several features not present in the configure.win file. In particular, if the file .devmode exists, then configure turns off some spurious warnings from Eigen. This would help people developing on Windows spot true warnings by turning off the false alarms.

@mhunter1 mhunter1 self-assigned this Jul 10, 2021
@mhunter1
Copy link
Contributor Author

mhunter1 commented Jul 8, 2022

Adding the following line to OpenMx/src/Makevars.win.in is a sufficient solution on my personal machine, but is not necessary. Neither is it a good idea for development:

COMPILER_CXXFLAGS=-Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-deprecated-declarations -Wno-unused-function -Wno-unused-variable -Wno-ignored-attributes -Wno-attribute-alias

The correct approach is still to harmonize configure and configure.win.

mhunter1 added a commit that referenced this issue Aug 7, 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

No branches or pull requests

1 participant