[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] Disable warning 5032
xencontrol also throws up warning 5032 with WLK 17763, and was missed off the previous patch. Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx> --- vs2017/xencontrol/xencontrol.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs2017/xencontrol/xencontrol.vcxproj b/vs2017/xencontrol/xencontrol.vcxproj index 18f471c..f54d6b5 100644 --- a/vs2017/xencontrol/xencontrol.vcxproj +++ b/vs2017/xencontrol/xencontrol.vcxproj @@ -22,7 +22,7 @@ <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;XENCONTROL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <WarningLevel>EnableAllWarnings</WarningLevel> - <DisableSpecificWarnings>4127;4711;4548;4820;4668;4255;5045;6001;6054;28196;%(DisableSpecificWarnings)</DisableSpecificWarnings> + <DisableSpecificWarnings>4127;4711;4548;4820;4668;4255;5032;5045;6001;6054;28196;%(DisableSpecificWarnings)</DisableSpecificWarnings> <MultiProcessorCompilation>true</MultiProcessorCompilation> <EnablePREfast>true</EnablePREfast> <ExceptionHandling>false</ExceptionHandling> -- 2.16.2.windows.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |