[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lunar.h nit
- From: Steve Elkins <sgelkins@...>
- Date: Wed, 30 Jul 2003 06:25:25 -0400
Hi,
I'm trying lunar.h (http://lua-users.org/wiki/CppBindingWithLunar) and
when I use -Wall gcc complains something like this:
lunar.hpp:169: warning: control reaches end of non-void function
`Lunar<Endpoint>::set(lua_State *, int, const char *)'
Should set() be void or should it return an int and if so, 0 or 1?
Thanks,
Steve