remove crt's "this function or variable may be unsafe" warnings

they are useless, as they are in dependencies or parts of the code
we don't care about. Also, the "safe" alternatives straightup dont work
on linux.
This commit is contained in:
Lion Kortlepel 2022-10-17 12:21:27 +02:00
parent 309a9d1fa9
commit 4256977400
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -139,6 +139,7 @@ set(BeamMP_Includes
set(BeamMP_Definitions
SECRET_SENTRY_URL="${BEAMMP_SECRET_SENTRY_URL}"
_CRT_SECURE_NO_WARNINGS
)
if (UNIX)