I'm just trying to fix the hundreds of compiler warnings
warning: comparison between signed and unsigned
This is a good time to detect some small problems like:
typedef struct {
String translations;
XmSyntheticResource *syn_resources;
int num_syn_resources;
XmSyntheticResource *syn_constraint_resources;
int num_syn_constraint_resources;
XmParentProcessProc parent_process;
XtPointer extension;
} XmManagerClassPart;
The int shouldn't be there, but Cardinal. (same for other widgets)
Changing this effects binary compatibility.
Shall we fix this for our "inofficial" 2.1 tree, for all, ... ?!
---
Alexander Mai
[EMAIL PROTECTED]