rustls / rustls-ffi

Use Rustls from any language
Other
124 stars 31 forks source link

tests: avoid unused var initializers. #330

Closed cpu closed 1 year ago

cpu commented 1 year ago

By relying on the fact that this codebase targets C99 we can avoid unused variable initializer warnings by moving some var declarations to the site of their first use.

Follow-up from https://github.com/rustls/rustls-ffi/pull/326