[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [win-pv-devel] [PATCH] Disable warning 5032
> -----Original Message----- > From: win-pv-devel [mailto:win-pv-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On > Behalf Of Owen Smith > Sent: 15 October 2018 11:08 > To: win-pv-devel@xxxxxxxxxxxxxxxxxxxx > Cc: Owen Smith <owen.smith@xxxxxxxxxx> > Subject: [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> Acked-by: Paul Durrant <paul.durrant@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;%(AdditionalInclude > Directories)</AdditionalIncludeDirectories> > > <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;XENCONTROL_EXPORTS;%(Prepr > ocessorDefinitions)</PreprocessorDefinitions> > <WarningLevel>EnableAllWarnings</WarningLevel> > - > <DisableSpecificWarnings>4127;4711;4548;4820;4668;4255;5045;6001;6054;2819 > 6;%(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 _______________________________________________ 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 |