We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3177353 commit e060701Copy full SHA for e060701
src/interfaces/ecpg/test/test_thread.pgc
@@ -16,7 +16,7 @@ int iterations = 10;
16
EXEC SQL END DECLARE SECTION;
17
18
int
19
-main(int argc, char **argv)
+main(int argc, char *argv[])
20
{
21
pthread_t thread1,
22
thread2;
0 commit comments