lua-users home
lua-l archive

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


Roberto Ierusalimschy <roberto@inf.puc-rio.br> 于2020年4月23日周四 下午11:42写道:

> particular, to do that, wouldn't be better 'void(*)()' instead of
> 'void(*)(void)'?

No, void(*)() can't prevent the complaint of gcc.  Because "no
parameter specification" is different from "no parameters" .

-- 
http://blog.codingnow.com
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org