mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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
7d9d97cd88
commit
37250643ee
3 changed files with 3 additions and 1 deletions
|
@ -258,7 +258,6 @@ typedef struct ColorsDlgState {
|
||||||
static void
|
static void
|
||||||
initColorData( ColorsDlgState* cState, HWND hDlg )
|
initColorData( ColorsDlgState* cState, HWND hDlg )
|
||||||
{
|
{
|
||||||
CEAppGlobals* globals = cState->globals;
|
|
||||||
XP_U16 i;
|
XP_U16 i;
|
||||||
|
|
||||||
XP_ASSERT( (LAST_BUTTON - FIRST_BUTTON + 1) == NUM_EDITABLE_COLORS );
|
XP_ASSERT( (LAST_BUTTON - FIRST_BUTTON + 1) == NUM_EDITABLE_COLORS );
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
#ifdef XWFEATURE_SEARCHLIMIT
|
#ifdef XWFEATURE_SEARCHLIMIT
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "cehntlim.h"
|
#include "cehntlim.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "ceprefs.h"
|
#include "ceprefs.h"
|
||||||
#include "cemain.h"
|
#include "cemain.h"
|
||||||
#include "ceclrsel.h"
|
#include "ceclrsel.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue