azure-sdk-for-c/cmake-modules
Anton Kolesnyk 97b1b796bf
Update vcpkg SHA to match the C++ repo (#2869)
* 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>
2024-07-12 12:24:43 -07:00
..
AddAzureSDKforC.cmake Update version for January release, to release 1.5.0. (#2473) 2023-01-10 16:52:24 -08:00
AddCMockaTest.cmake Consume CMocka CMake module directly from CMocka repo (#1382) 2020-09-30 16:39:49 +00:00
AzureVcpkg.cmake Update vcpkg SHA to match the C++ repo (#2869) 2024-07-12 12:24:43 -07:00
CheckAndIncludeCodeCov.cmake Updates for cmake modules (#1267) 2020-09-15 12:41:12 -07:00
CodeCoverage.cmake Updates for cmake modules (#1267) 2020-09-15 12:41:12 -07:00
CreateCodeCoverageTargets.cmake Remove trailing white space and insert final new lines. (#1242) 2020-09-24 21:15:44 -07:00
create_map_file.cmake generate map files for iot samples (#1656) 2021-03-23 11:41:20 -07:00
gcc-arm-toolchain.cmake Updates for cmake modules (#1267) 2020-09-15 12:41:12 -07:00