]> pd.if.org Git - pdclib/blobdiff - functions/stdio/_vcbprintf.c
RegTest defines no functions, resulting in 'unused variable' warnings. Fixed.
[pdclib] / functions / stdio / _vcbprintf.c
index 68adab9f310799fd0951648c1e1074d1ea4f09fc..0c950d5e0dd228b06737a1332710818c800a8e7b 100644 (file)
@@ -113,8 +113,8 @@ static int testprintf( char * s, const char * format, ... )
 
 int main( void )
 {
-    char target[100];
 #ifndef REGTEST
+    char target[100];
 #include "printf_testcases.h"
 #endif
     return TEST_RESULTS;