mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-02 20:46:15 +01:00
fix compiler warning
This commit is contained in:
parent
8dfddea508
commit
929141f36d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* -*- compile-command: "cd ..; ../scripts/ndkbuild.sh -j3"; -*- */
|
/* -*- compile-command: "find-and-ant.sh debug install"; -*- */
|
||||||
/*
|
/*
|
||||||
* Copyright © 2009 - 2011 by Eric House (xwords@eehouse.org). All rights
|
* Copyright © 2009 - 2016 by Eric House (xwords@eehouse.org). All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -648,7 +648,7 @@ makeDict( MPFORMAL JNIEnv *env, DictMgrCtxt* dictMgr, JNIUtilCtxt* jniutil, jstr
|
||||||
anddict->super.langName = getStringCopy( MPPARM(mpool)
|
anddict->super.langName = getStringCopy( MPPARM(mpool)
|
||||||
env, jlangname );
|
env, jlangname );
|
||||||
|
|
||||||
XP_U32 numEdges;
|
XP_U32 numEdges = 0;
|
||||||
XP_Bool parses = parseDict( anddict, (XP_U8*)anddict->bytes,
|
XP_Bool parses = parseDict( anddict, (XP_U8*)anddict->bytes,
|
||||||
bytesSize, &numEdges );
|
bytesSize, &numEdges );
|
||||||
if ( !parses || (check && !checkSanity( &anddict->super,
|
if ( !parses || (check && !checkSanity( &anddict->super,
|
||||||
|
|
Loading…
Add table
Reference in a new issue