diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-08 21:09:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-08 21:09:39 +0000 |
commit | 861cabec0529cc44e7d8741629bbfa9701dd40ad (patch) | |
tree | bab57f5e51b3b6e2c830ebe7bab15af8fdd05fbf /plugins/SpellChecker/src/hunspell/hunvisapi.h | |
parent | 1451c41ce6f6f6921c70bcfe0aea52ae48ffc515 (diff) |
- crash fix in hunspell
- warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3493 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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) |