From 02899659835bd6352f42a90a344b1de896f6a6a8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 12 Dec 2014 18:28:12 +0000 Subject: SpellChecker: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/autoreplace.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SpellChecker/src/autoreplace.cpp') diff --git a/plugins/SpellChecker/src/autoreplace.cpp b/plugins/SpellChecker/src/autoreplace.cpp index a3a8425844..c22a1fe5aa 100644 --- a/plugins/SpellChecker/src/autoreplace.cpp +++ b/plugins/SpellChecker/src/autoreplace.cpp @@ -14,7 +14,7 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this file; see the file license.txt. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. +Boston, MA 02111-1307, USA. */ #include "commons.h" @@ -52,7 +52,7 @@ void AutoReplaceMap::loadAutoReplaceMap() tmp[pos] = '\0'; // Get from - BOOL useVars; + BOOL useVars = false; char *p; if ((p = strstr(tmp, "->")) != NULL) { *p = '\0'; -- cgit v1.2.3