Jsut running lclint over our 1.2 libs.

I got e.g.
LTV6Editres.c: (in function _XmNSEEditResCheckMessages)
LTV6Editres.c:315:38: Function SendCommand expects arg 4 to be EditresCommand
    gets enum { PartialSuccess, Failure, ProtocolMismatch }: ProtocolMismatch
LTV6Editres.c: (in function BuildEvent)
    gets enum { PartialSuccess, Failure, ProtocolMismatch }: PartialSuccess
LTV6Editres.c: (in function SendFailure)
LTV6Editres.c:680:32: Function SendCommand expects arg 4 to be EditresCommand
    gets enum { PartialSuccess, Failure, ProtocolMismatch }: Failure

Doesn't seem to be a real problem at second glance, but
I guess SendCommand should get a diffeerent signature? Or
is there really a problem?

-- 
Alexander Mai
[EMAIL PROTECTED]

Reply via email to