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
include/cetl/variable_length_array.hpp:2339:82: error: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
const std::size_t bit_size_delta = 8U - (last_byte_bit_fill_ + 1);
~~~~~~~~~~~~~~~~~~~~~^~~~
include/cetl/variable_length_array.hpp:2423:77: error: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
return (size_ == 0) ? 0 : ((size_ - 1) * 8U) + (last_byte_bit_fill_ + 1);
~~~~~~~~~~~~~~~~~~~~~^~~~
The text was updated successfully, but these errors were encountered:
skeetsaz
added a commit
to skeetsaz/CETL
that referenced
this issue
Oct 23, 2023
The text was updated successfully, but these errors were encountered: