Remove unused var warnings in windows unittests

This commit is contained in:
Andres AG 2016-11-02 10:17:00 +00:00 committed by Simon Butcher
parent 24d9a4cf8d
commit 342889fdbe

View File

@ -261,7 +261,9 @@ int main(int argc, const char *argv[])
char buf[5000];
char *params[50];
void *pointer;
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
int stdout_fd = -1;
#endif /* __unix__ || __APPLE__ __MACH__ */
#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) && \
!defined(TEST_SUITE_MEMORY_BUFFER_ALLOC)