microsoft / cpp_client_telemetry

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

Remove _CRT_SECURE_NO_WARNINGS macro usage #1264

Closed mkoscumb closed 1 month ago

mkoscumb commented 1 month ago

It seems like all the warnings that _CRT_SECURE_NO_WARNINGS disabled have been resolved. Removing usage of the macro, as its no longer necessary.

There was one warning fired by usage of gmtime vs gmtime_s. However, given that the result of gmtime was never used I simply removed it.