1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Fix Clang warnings on Windows

Fixes #37490.
This commit is contained in:
Rémi Verschelde
2020-04-01 15:35:00 +02:00
parent e53cbba36c
commit 516b3bb88f
7 changed files with 19 additions and 10 deletions

View File

@@ -31,7 +31,7 @@
#pragma once
#ifdef _WIN32
#ifdef _MSC_VER
#pragma warning( disable : 4065 )
#endif