diff options
| author | Michael Meskes <meskes@postgresql.org> | 2009-05-20 16:39:56 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2009-05-20 16:39:56 +0000 |
| commit | 11a497f99a14711d81bf0f19fe230d2287997194 (patch) | |
| tree | 0061fdaf048d344d67e8dd9ed397f444435498ec /src/interfaces/ecpg/test/thread/thread.pgc | |
| parent | 0754b391f30e17fde9d7d14d5e0eb458fc02289a (diff) | |
| download | postgresql-11a497f99a14711d81bf0f19fe230d2287997194.tar.gz | |
More variables gcc moans about
Diffstat (limited to 'src/interfaces/ecpg/test/thread/thread.pgc')
| -rw-r--r-- | src/interfaces/ecpg/test/thread/thread.pgc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/thread/thread.pgc b/src/interfaces/ecpg/test/thread/thread.pgc index bcb79b27e3..d8ee96dd55 100644 --- a/src/interfaces/ecpg/test/thread/thread.pgc +++ b/src/interfaces/ecpg/test/thread/thread.pgc @@ -26,7 +26,7 @@ void *test_thread(void *arg); int nthreads = 10; int iterations = 20; -int main(int argc, char *argv[]) +int main() { #ifndef WIN32 pthread_t *threads; |
