mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
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:
parent
309a9d1fa9
commit
4256977400
@ -139,6 +139,7 @@ set(BeamMP_Includes
|
||||
|
||||
set(BeamMP_Definitions
|
||||
SECRET_SENTRY_URL="${BEAMMP_SECRET_SENTRY_URL}"
|
||||
_CRT_SECURE_NO_WARNINGS
|
||||
)
|
||||
|
||||
if (UNIX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user