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

Eliminating few compile time warnings #307

Open
wants to merge 48 commits into
base: dev
Choose a base branch
from

Conversation

shleym2000
Copy link
Contributor

Fixes compiling problem

@shleym2000
Copy link
Contributor Author

Without this change, there are multiple warnings like the following

1>C:\OpenNN\eigen\unsupported\Eigen\CXX11\src\Tensor\Tensor.h(76,49): warning C4554: '&': check operator precedence for possible error; use parentheses to clarify precedence
1>(compiling source file '../SandBox/OpenNN/opennn/adaptive_moment_estimation.cpp')
1>    C:\OpenNN\eigen\unsupported\Eigen\CXX11\src\Tensor\Tensor.h(76,49):
1>    the template instantiation context (the oldest one first) is
1>        C:\OpenNN\opennn\histogram.h(74,19):
1>        see reference to class template instantiation 'Eigen::Tensor<opennn::type,1,0,Eigen::DenseIndex>' being compiled

@shleym2000 shleym2000 changed the title Update main.cpp Update blank/main.cpp Apr 10, 2024
@shleym2000 shleym2000 changed the title Update blank/main.cpp Eliminating few compile time warnings May 17, 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.

None yet

1 participant