From 153a8fd56651c1e4dec3a68643b408e615695c64 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Fri, 6 Jul 2018 16:46:25 +0200 Subject: [PATCH] suppress excessive MSVC warning messages --- plugins/community/repos/Valley/makefile.msvc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/community/repos/Valley/makefile.msvc b/plugins/community/repos/Valley/makefile.msvc index 2fe83034..4bee4fcf 100644 --- a/plugins/community/repos/Valley/makefile.msvc +++ b/plugins/community/repos/Valley/makefile.msvc @@ -2,6 +2,8 @@ SLUG=Valley include ../../../../dep/yac/install_msvc.mk +EXTRAFLAGS+= -wo4838 -wo4305 + include make.objects include ../../../build_plugin.mk