From 12d9a321707f881e8802bedce3027ca7a363e76a Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Sun, 13 Jan 2008 06:18:29 +0000 Subject: [PATCH] Disabled a warning in hunspell, dunno if it'll make any difference but I'm tired and too lazy to test. Originally committed to SVN as r1696. --- hunspell/src/win_api/libhunspell.vcproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hunspell/src/win_api/libhunspell.vcproj b/hunspell/src/win_api/libhunspell.vcproj index 5c73accc1..e28fea05f 100644 --- a/hunspell/src/win_api/libhunspell.vcproj +++ b/hunspell/src/win_api/libhunspell.vcproj @@ -52,6 +52,7 @@ WarningLevel="4" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" + DisableSpecificWarnings="4706" />