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:
ehouse 2006-05-12 07:25:43 +00:00
parent 73b244e11f
commit 121163e586
3 changed files with 3 additions and 1 deletions

View file

@ -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 );

View file

@ -19,6 +19,7 @@
#ifdef XWFEATURE_SEARCHLIMIT
#include <stdio.h>
#include "cehntlim.h"
static void

View file

@ -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"