From f6708f5edc4719fdc5a54cfcb11159d197dd6dcd Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Tue, 4 Dec 2007 20:09:57 +0000 Subject: Various configure changes for MinGW (gps). --- tests/testall.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/testall.cpp') diff --git a/tests/testall.cpp b/tests/testall.cpp index 5efb0dd..2eeb330 100644 --- a/tests/testall.cpp +++ b/tests/testall.cpp @@ -108,8 +108,7 @@ int main( int argc, char *argv[] ) if ( argc > 4 ) offset = (unsigned int) atoi( argv[4] ); - double *data; - data = (double *) calloc( channels, sizeof( double ) ); + double *data = (double *) calloc( channels, sizeof( double ) ); // Let RtAudio print messages to stderr. dac.showWarnings( true ); -- cgit v1.2.3