-
Notifications
You must be signed in to change notification settings - Fork 511
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
Not initialized unnamed structures in Visual Studio #93
Comments
This is also can be included Evil-Spirit/solvespace@e07404a |
The current master and opengl2 branches use the style like:
I cannot reproduce the bug on master or opengl2, when built with MSVC locally, or on Appveyor. Can you confirm that this problem is not present? Or show where the uninitialized data ends? Note, |
@whitequark, |
OK, I'll look further into it. |
@Evil-Spirit May be similar to 86f0439. |
@whitequark, yes this bugs of the same nature. |
@whitequark also, commints from whole branch https://github.com/Evil-Spirit/solvespace-master/commits/93-not-initialized |
@Evil-Spirit I finally figured it out, should be fixed in 43a59e2. |
Some of the structures not initialized with zero even with brace initialization.
The text was updated successfully, but these errors were encountered: