Skip to content

Unused variable warnings

username-removed-975496 requested to merge (removed):develop into develop

Here are a few commits which remove some of the (many) compiler warnings that occur when building ECL.

This removes some unused variables, uses some previously unused variables, and wraps variable definitions in appropriate #ifdefs to prevent the warnings.

Tested on OpenBSD and Linux. The three #ifdef changes are simple, but untested.

Merge request reports