lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


55I just had to point this out, for irony; VC7 gives:

   warning C4702: unreachable code

for this bit of code:

   exit(luaL_optint(L, 1, EXIT_SUCCESS));
   return 0;  /* to avoid warnings */

I'd recommend removing this; it's introducing a legitimate warning in
order to fix a buggy one.

-- 
Glenn Maynard