Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In C++ this is simply legal code. But in C, the bogus warning has now escalated to a bogus error.

   void fun110 (char const * const *a) {}
   char **a;
   fun110(a);


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: