mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
u/debug: Silence warnings on MSVC
This commit is contained in:
parent
f7a132e635
commit
695a2c1151
|
@ -9,6 +9,10 @@
|
|||
* Debug get option helpers heavily inspired from mesa ones.
|
||||
*/
|
||||
|
||||
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#include "util/u_debug.h"
|
||||
#include "util/u_logging.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue