Fix some warnings.

This commit is contained in:
hyousatsu
2024-07-06 09:42:25 +00:00
parent c79224b367
commit f0123efa84
44 changed files with 95 additions and 95 deletions

View File

@@ -166,7 +166,7 @@ appfw_editor_init(
)
{
Widget item[10];
int item_val[10];
XtArgVal item_val[10];
int n;
/*

View File

@@ -210,7 +210,7 @@ dnd_ed_editor_init(
{
DndEditorSettings dds = &dndEdInfo;
Widget item[10];
int item_val[10];
XtArgVal item_val[10];
int n = 0;
/*

View File

@@ -360,7 +360,7 @@ msg_editor_init(
{
MsgEditorSettingsRec *mes = &msg_editor_settings_rec;
Widget item[6];
int item_val[6];
XtArgVal item_val[6];
int i, n;
/*

View File

@@ -218,7 +218,7 @@ panedwin_prop_init(
DtbRevolvPropDialogInfo rpd = &(dtb_revolv_prop_dialog);
PropPanedWinSettingsRec *pws = &(prop_pw_settings_rec[type]);
Widget item[2];
int item_val[2];
XtArgVal item_val[2];
int n = 0;
if (type == AB_PROP_REVOLVING)

View File

@@ -25,6 +25,8 @@
#define TOK (bilP_load_get_token())
void yyerror(char *);
int yylex(void);
%}
/*
* We assume that yacc spits out the symbols in the order they are