On peut definir dans l'application un "Handler" vide pour les warnings. Je
pense que ca resoud le probleme.
exemple:
void MyWarningHandler(msg)
char *msg;
{
/* STUB */
}
XtAppSetWarningHandler(appli, MyWarningHandler);
Voir la fonction XtAppSetWarningHandler
PM Aubertel
| Pierre-Marie Aubertel | GRIF S.A. | NET: Pierre-Marie.Aubertel@grif.fr |
| Software Eng., | BP 266 +---------------+ http://www.grif.fr |
| System. Adm., | 78053 St Quentin en Y. Cedex | tel: +33 1 30121435|
| PostMaster. | FRANCE | fax: +33 1 30640646|
+-----------------------+------------------------------+--------------------+