mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
Turn on -Wall for compilers, and fix warnings that result. Got 'em
all for win32 build, but some remain for wince that I'm unable to fix.
This commit is contained in:
parent
73b244e11f
commit
121163e586
3 changed files with 3 additions and 1 deletions
|
@ -258,7 +258,6 @@ typedef struct ColorsDlgState {
|
|||
static void
|
||||
initColorData( ColorsDlgState* cState, HWND hDlg )
|
||||
{
|
||||
CEAppGlobals* globals = cState->globals;
|
||||
XP_U16 i;
|
||||
|
||||
XP_ASSERT( (LAST_BUTTON - FIRST_BUTTON + 1) == NUM_EDITABLE_COLORS );
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#ifdef XWFEATURE_SEARCHLIMIT
|
||||
|
||||
#include <stdio.h>
|
||||
#include "cehntlim.h"
|
||||
|
||||
static void
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "ceprefs.h"
|
||||
#include "cemain.h"
|
||||
#include "ceclrsel.h"
|
||||
|
|
Loading…
Reference in a new issue