From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,30b9617dbe841072,start X-Google-Attributes: gid103376,public From: Matthew Daniel Subject: GNAT Warnings Date: 1997/05/03 Message-ID: <336C1730.50831039@intergate.bc.ca>#1/1 X-Deja-AN: 239275347 Organization: Internet Gateway Corporation Newsgroups: comp.lang.ada Date: 1997-05-03T00:00:00+00:00 List-Id: Hi, I get the following warnings in the motif bindings I have. gnatf -x5 xt-intrinsic.ads xt-intrinsic.ads:447:05: warning: no more representation items for type "XtConvertArgRec" defined at line 198 xt-intrinsic.ads:2800:05: representation item appears too late I was wondering if some one could give a suggestion as to what I would have to do. I can compile the code but I can not use the XRef ability. Thanks Matt