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
* Update vcpkg SHA to match the C++ repo
* sizeof('x') is 1 in C++, but in C, it is 4 (to be pedantic, it is not 4, but sizeof(int)).
See https://stackoverflow.com/questions/2172943/why-is-the-size-of-a-character-sizeofa-different-in-c-and-c
Fixes error C2220: the following warning is treated as an error
iot_sample_common.c(337): warning C6396: sizeof('integerConstant') always returns the size of the underlying integer type.
iot_sample_common.c(354): warning C6396: sizeof('integerConstant') always returns the size of the underlying integer type.
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
0 commit comments