Skip to content
Snippets Groups Projects
Commit c7896dce authored by Per Hedbor's avatar Per Hedbor
Browse files

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)
parent c26a3f4d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment