Add `ATTR_WARN_UNUSED_RESULT` to the `BKE_animsys_eval_context_construct` and `BKE_animsys_eval_context_construct_at` functions. They are pure functions, and without using their returned value they are pointless. No functional changes.
Add `ATTR_WARN_UNUSED_RESULT` to the `BKE_animsys_eval_context_construct` and `BKE_animsys_eval_context_construct_at` functions. They are pure functions, and without using their returned value they are pointless. No functional changes.