MemoryPool icon indicating copy to clipboard operation
MemoryPool copied to clipboard

unused variabled

Open VARGA-Peter opened this issue 8 years ago • 0 comments

When compiling with the highest warning level -Wall -Werror -Wextra I receive these error messages regarding unused variables.

May be in the next release you could add this code in order it does not fail when using the very aggressive compiler flags:

(void) variable-name;

The author apparently does not appreciate any response because old issue entries do not have any comment. I wrote my own memory pool which can be at least compiled in a professional environment...

VARGA-Peter avatar Jun 18 '16 15:06 VARGA-Peter