mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 16:38:38 +00:00
Remove unused var warnings in windows unittests
This commit is contained in:
parent
9b3e3c4942
commit
ea67eeb4e8
1 changed files with 2 additions and 0 deletions
|
@ -261,7 +261,9 @@ int main(int argc, const char *argv[])
|
||||||
char buf[5000];
|
char buf[5000];
|
||||||
char *params[50];
|
char *params[50];
|
||||||
void *pointer;
|
void *pointer;
|
||||||
|
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
|
||||||
int stdout_fd = -1;
|
int stdout_fd = -1;
|
||||||
|
#endif /* __unix__ || __APPLE__ __MACH__ */
|
||||||
|
|
||||||
#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) && \
|
#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) && \
|
||||||
!defined(TEST_SUITE_MEMORY_BUFFER_ALLOC)
|
!defined(TEST_SUITE_MEMORY_BUFFER_ALLOC)
|
||||||
|
|
Loading…
Reference in a new issue