You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Buffer overrun due to conversion of an element count into a byte count: an element count is expected for parameter `\**parameter_name*` in call to `\**function_name*`
12
+
> Buffer overrun due to conversion of an element count into a byte count: an element count is expected for parameter `*parameter_name*` in call to `*function_name*`
13
13
14
14
This warning indicates that a non-constant byte count is being passed when an element count is instead required.
0 commit comments