mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-21 21:31:11 +00:00
Silence compiler warning in test
Happens with some, but not all, versions of GCC/Glibc.
This commit is contained in:
parent
faf44abf2a
commit
59e7c73329
|
@ -52,7 +52,7 @@ x509_cert_req_check:key_file:md_type:cert_req_check_file
|
|||
|
||||
f = fopen( {cert_req_check_file}, "r" );
|
||||
TEST_ASSERT( f != NULL );
|
||||
fread( check_buf, 1, 4000, f );
|
||||
(void) fread( check_buf, 1, 4000, f );
|
||||
fclose( f );
|
||||
|
||||
pem_init( &pem );
|
||||
|
|
Loading…
Reference in a new issue