mbedtls/programs/test
Gowtham Suresh Kumar 186731b22a Fix warnings from clang-16
Running clang-16 on mbedtls reports warnings of type "-Wstrict-prototypes".
This patch fixes these warnings by adding void to functions with no
arguments. The generate_test_code.py is modified to insert void into test
functions with no arguments in *.function files.

Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
2023-07-26 17:11:51 +01:00
..
cmake_package
cmake_package_install
cmake_subproject
benchmark.c Merge branch 'development' into sha3 2023-05-05 16:01:18 +02:00
CMakeLists.txt Test the PSA alternative header configuration macros 2023-02-23 17:18:33 +01:00
dlopen_demo.sh Fix demo scripts for out-of-tree builds 2023-05-09 18:30:05 +01:00
dlopen.c
generate_cpp_dummy_build.sh
query_compile_time_config.c
query_config.h
query_included_headers.c Test the PSA alternative header configuration macros 2023-02-23 17:18:33 +01:00
selftest.c Merge branch 'development' into sha3 2023-03-04 00:03:06 +01:00
udp_proxy_wrapper.sh
udp_proxy.c Fix warnings from clang-16 2023-07-26 17:11:51 +01:00
zeroize.c