mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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.
|
* 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_debug.h"
|
||||||
#include "util/u_logging.h"
|
#include "util/u_logging.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue