summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorrlar <rlar>2016-03-16 19:45:10 +0100
committerWill Estes <westes575@gmail.com>2016-03-18 14:27:58 -0400
commit2da698f14703252c1bbf349c7ca39ab041b83fb0 (patch)
tree816cea0120f269fd76f1974f0767918f8aafd33c /tests
parent08fd44f45326769709d7a13752dd019ee1fc09c2 (diff)
main(), warning: redundant redeclaration of 'main' [-Wredundant-decls]
Diffstat (limited to 'tests')
-rw-r--r--tests/pthread.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/pthread.l b/tests/pthread.l
index c40c024..535cab2 100644
--- a/tests/pthread.l
+++ b/tests/pthread.l
@@ -126,8 +126,6 @@ void * thread_func ( void* arg )
for( i =0 ; i < N_SCANS ; i++ )
{
- int main(int ARGC, char *ARGV[]);
-
int next;
yyscan_t scanner;
FILE * fp;