From 861cabec0529cc44e7d8741629bbfa9701dd40ad Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Feb 2013 21:09:39 +0000 Subject: - crash fix in hunspell - warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3493 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/hunspell/hunvisapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/SpellChecker/src/hunspell/hunvisapi.h') 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) -- cgit v1.2.3