Gowtham Suresh Kumar 34d8bd37d9 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-27 00:03:21 +01:00
..
CMakeLists.txt Merge pull request #3897 from d3zd3z/fix-cmake28 2021-01-26 13:35:56 +01:00
dtls_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
dtls_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
mini_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_client1.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_client2.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-02-02 12:07:06 +00:00
ssl_context_info.c Fix warnings from clang-16 2023-07-27 00:03:21 +01:00
ssl_fork_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_mail_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_pthread_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_server2.c Merge pull request #7013 from gilles-peskine-arm/build-without-certs-2.28.2 2023-02-06 11:39:01 +00:00
ssl_server.c Add guards for mbedtls_psa_crypto_free() 2023-04-25 12:00:07 +02:00
ssl_test_common_source.c Switch to the new code style 2023-01-11 14:52:35 +01:00
ssl_test_lib.c Switch to the new code style 2023-01-11 14:52:35 +01:00
ssl_test_lib.h Switch to the new code style 2023-01-11 14:52:35 +01:00