mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Using 'inline' in some functions
According to ISO C, "making a function an inline function suggests that calls to the function be as fast as possible." (Not available in C89.)
This commit is contained in:
parent
9db4bfed6b
commit
2ff3471722
5 changed files with 32 additions and 15 deletions
1
makefile
1
makefile
|
|
@ -14,6 +14,7 @@ CWARNSCPP= \
|
|||
-Wredundant-decls \
|
||||
-Wdisabled-optimization \
|
||||
-Wdouble-promotion \
|
||||
-Wmissing-declarations \
|
||||
# the next warnings might be useful sometimes,
|
||||
# but usually they generate too much noise
|
||||
# -Werror \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue