-
Notifications
You must be signed in to change notification settings - Fork 182
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
Compilation warning on header guard dAnimationTwoWayBlend.h #240
Comments
yes, I made a mistake when doing teh animation for 4.00 has you try using 4.0 ? |
Hello, I've branched 3.14 and also resolved some compilation fixes for Android NDK. Check dgTypes.h for example. Android might not have ARM supported and can have SSE for example. I didn't test yet 4.0. |
what change did you make? |
also try using 4.0
some good things are coming, that you might like.
…On Fri, Aug 6, 2021 at 8:36 AM Stephane Denis ***@***.***> wrote:
Hello, I've branched 3.14 and also resolved some compilation fixes for
Android NDK. Check dgTypes.h for example. Android might not have ARM
supported and can have SSE for example. I didn't test yet 4.0.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6EPJCCBDX2RCAFM5TVF4LT3P6RLANCNFSM5BNLGLPA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
newton-3.14/sdk/dAnimation/dAnimationTwoWayBlend.h:12:9: warning: 'D_ANIMATION_TWO_WAY_h' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
newton-3.14/sdk/dAnimation/dAnimationTwoWayBlend.h:13:9: note: 'D_ANIMATION_EFFECTOR_BLEND_TWO_WAY_h' is defined here; did you mean 'D_ANIMATION_TWO_WAY_h'?
The text was updated successfully, but these errors were encountered: