microsoft / cpp_client_telemetry

1DS C++ SDK
Apache License 2.0
85 stars 48 forks source link

Fixing release build unused variable error by adding conditional complation to the code run only for debug builds #1240

Closed absaroj closed 3 months ago

absaroj commented 3 months ago

Variable is only used for debug purposes and causes error on the local build due to being unused.