diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/hunvisapi.h')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/hunvisapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/hunspell/hunvisapi.h b/plugins/SpellChecker/src/hunspell/hunvisapi.h index 4712280ad2..e466db9df1 100644 --- a/plugins/SpellChecker/src/hunspell/hunvisapi.h +++ b/plugins/SpellChecker/src/hunspell/hunvisapi.h @@ -1,6 +1,8 @@ #ifndef _HUNSPELL_VISIBILITY_H_ #define _HUNSPELL_VISIBILITY_H_ +#pragma warning(disable:4267) + #if defined(HUNSPELL_STATIC) # define LIBHUNSPELL_DLL_EXPORTED #elif defined(_MSC_VER) |