Multiple cases of explicit type casting unsigned int(uint32_t) to int
Created by: Sanchit-kumar
Fixes #783 (closed)
Merge request reports
Activity
Filter activity
Created by: Sanchit-kumar
I am not sure to understand. This change looks like a code-style update to me, rather than a type casting. Can you please clarify better where the issue is? Thanks
Sure. Please recheck the following lines w.r.t updated file in pull request::
Changed data type: Line No. 349, 350 Removed explicit type casting to int: Line no. 398, 399, 410, 411,421, 422, 433, 434, 446, 447, 459, 460 475
Specially I would like to point out line no. 399, 411, 422, 434, 447, 460 where resource_ size is directly assigned with the value of unsigned int member variables of structure variable sources_perms_ctx (e.g., pd_count, clock_count etc) by explicitly type cast to int.
Thanks
Please register or sign in to reply