mirror of https://github.com/lua/lua.git
Browse Source
gcc now warns (with -Wextra) about casts between pointers to different function types. The type 'void(*)(void)' works as a 'void*' for function pointers, cleaning the warning.pull/24/head
Roberto Ierusalimschy
5 years ago
1 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue