From 11a497f99a14711d81bf0f19fe230d2287997194 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Wed, 20 May 2009 16:39:56 +0000 Subject: More variables gcc moans about --- src/interfaces/ecpg/test/preproc/array_of_struct.pgc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/test/preproc/array_of_struct.pgc') diff --git a/src/interfaces/ecpg/test/preproc/array_of_struct.pgc b/src/interfaces/ecpg/test/preproc/array_of_struct.pgc index 50fde0662ab..40d566b4be8 100644 --- a/src/interfaces/ecpg/test/preproc/array_of_struct.pgc +++ b/src/interfaces/ecpg/test/preproc/array_of_struct.pgc @@ -20,7 +20,7 @@ EXEC SQL TYPE cust_ind IS short phone_ind; }; -int main( int argc, char * argv[] ) +int main() { EXEC SQL begin declare section; customer custs1[10]; -- cgit v1.2.3