Kaydet (Commit) 86cbc1dd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: switch statement contains 'default' but no 'case' labels

üst d0aaada2
...@@ -925,6 +925,10 @@ string </xsl:text> ...@@ -925,6 +925,10 @@ string </xsl:text>
<xsl:text>.hxx" <xsl:text>.hxx"
#include "OOXMLFastHelper.hxx" #include "OOXMLFastHelper.hxx"
#ifdef _MSC_VER
#pragma warning(disable:4065) // switch statement contains 'default' but no 'case' labels
#endif
namespace writerfilter { namespace writerfilter {
namespace ooxml { namespace ooxml {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment