-
- Downloads
Added a simple way to indicate that an argument is not used to the precompiler
This is rather ugly, just name the variable UNUSED. It should probably be changed to be identical to the C-level UNUSED macro. This can be used to skip the initialization and checking of said argument in the generated code (the current "syntax" has one feature: It will still work in old precompilers, it will just define a variable named UNUSED)
Loading
Please register or sign in to comment