From 9f81778836f8d7722d381d806a4c61efabf0425d Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 3 Jul 2019 22:34:54 +0200 Subject: Change: Limit in-editor warnings in VS 2019 The AllRules ruleset causes the VS 2019 editor to litter warning squiggles all over the place, about things that would never be fixed. Limit it to the smallest ruleset available. Warnings shown now mainly concern potential arithmetic overflows. --- projects/strgen_vs142.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'projects/strgen_vs142.vcxproj') diff --git a/projects/strgen_vs142.vcxproj b/projects/strgen_vs142.vcxproj index eb0657a30..554109b04 100644 --- a/projects/strgen_vs142.vcxproj +++ b/projects/strgen_vs142.vcxproj @@ -29,9 +29,9 @@ $(SolutionDir)..\objs\strgen\ $(SolutionDir)..\objs\strgen\ false - AllRules.ruleset - - + NativeMinimumRules.ruleset + + -- cgit v1.2.3-54-g00ecf