declaration of 'int ret' shadows a parameter

定义的变量名称重复,

例如:

 

int look_up_max(int m, int n)

{

    int m;

   //...

   return m;

}

posted @ 2019-05-30 16:58  hbg-rohens  阅读(2354)  评论(0编辑  收藏  举报