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

ofMatrixStack.h - fix [-Wreorder-ctor] warning #6877

Merged
merged 2 commits into from
May 24, 2022

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented Feb 20, 2022

warning: field 'flipRenderSurfaceMatrix' will be initialized after field 'modelMatrix' [-Wreorder-ctor]

warning: field 'flipRenderSurfaceMatrix' will be initialized after field 'modelMatrix' [-Wreorder-ctor]
```
/Volumes/tool/ofw/libs/openFrameworks/utils/ofMatrixStack.cpp:25:2: warning: field 'currentMatrix' will be initialized after field 'flipRenderSurfaceMatrix' [-Wreorder-ctor]
```
@danoli3
Copy link
Member

danoli3 commented Apr 2, 2022

Yes I found these issues in Android upgrade also +1 for re-ordering

@dimitre dimitre mentioned this pull request Apr 9, 2022
21 tasks
@dimitre
Copy link
Member Author

dimitre commented May 5, 2022

looks good @ofTheo ?

@dimitre
Copy link
Member Author

dimitre commented May 20, 2022

another easy one @ofTheo :)

@ofTheo ofTheo merged commit 9e8d3f5 into openframeworks:master May 24, 2022
@dimitre dimitre deleted the patch-18 branch May 24, 2022 16:29
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.

3 participants