[hipl-commit] [trunk] Rev 4722: test: fall back to no-parameter main().

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 9 Jun 2010 00:34:54 +0300

Committer: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
Date: 09/06/2010 at 00:34:54
Revision: 4722
Revision-id: mircea.gherzan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  test: fall back to no-parameter main().
  In this case, both argc and argv were unused.

Modified:
  M  test/auth_performance.c

=== modified file 'test/auth_performance.c'
--- test/auth_performance.c     2010-05-18 08:03:40 +0000
+++ test/auth_performance.c     2010-06-08 21:33:52 +0000
@@ -71,7 +71,7 @@
     printf( "-------------------------------\n\n");
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
     int i;
     int err              = 0;

Other related posts:

  • » [hipl-commit] [trunk] Rev 4722: test: fall back to no-parameter main(). - Mircea Gherzan