fixed 2 minor warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-02-06 14:25:18 +00:00
parent 1abfd7f3dd
commit 746c25ccaf

View File

@ -557,7 +557,10 @@ static XtActionsRec actions[] = {
* durchgefuehrt werden.
*/
static XtTranslations NewEditTranslations, NewEditTranslationsNE,
NewListTranslations, NewListTranslationsE;
#ifdef NODRAGNDROP
NewListTranslations,
#endif
NewListTranslationsE;
static XtConvertArgRec ConverterScreenConvertArg[] = {
{ XtBaseOffset, (XtPointer) XtOffset(Widget, core.screen),
@ -1597,6 +1600,8 @@ static void GetValuesAlmost(XmComboBoxWidget w, ArgList args,
break;
}
break;
case RWIGNORE:
;
} /* case read mode */
} /* if entry found */
} /* for every mirrored entry */