mbedtls/programs/test
Rodrigo Dias Correa d552630f33 Fix GCC warning about test_snprintf
GCC 11 generated the warnings because the parameter `ret_buf`
was declared as `const char[10]`, but some of the arguments
provided in `run_test_snprintf` are shorter literals, like "".

Now the type of `ret_buf` is `const char *`.
Both implementations of `test_snprintf` were fixed.

Signed-off-by: Rodrigo Dias Correa <rodrigo@correas.us>
2020-11-28 14:04:49 -03:00
..
benchmark.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
CMakeLists.txt programs: cmake: Fix relative path warnings 2020-06-25 23:29:07 +02:00
cpp_dummy_build.cpp Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
query_compile_time_config.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
selftest.c Fix GCC warning about test_snprintf 2020-11-28 14:04:49 -03:00
udp_proxy_wrapper.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
udp_proxy.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
zeroize.c Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00