Menu

#19 Non-standard declaration of main in test/pthread4.c

closed-fixed
None
2012-10-22
2012-09-23
No

Hi,

In test/pthread4.c main is declared as

int main(int argc, char *argv)

but on any semi-standard system argv should be char* argv[] instead.

Best,
Michael

Discussion

  • Kapil Arya

    Kapil Arya - 2012-10-22
    • assigned_to: nobody --> karya
    • status: open --> closed-fixed
     
  • Kapil Arya

    Kapil Arya - 2012-10-22

    Fixed in the latest SVN.

     

Log in to post a comment.