-
Alan Coopersmith authored
Unwrap.c: In function ‘XdmcpUnwrap’: Unwrap.c:77:25: warning: useless cast to type ‘unsigned char *’ [-Wuseless-cast] 77 | _XdmcpAuthDoIt ((unsigned char *) (input + j), (unsigned char *) tmp, schedule, 0); | ^ Unwrap.c:77:56: warning: useless cast to type ‘unsigned char *’ [-Wuseless-cast] 77 | _XdmcpAuthDoIt ((unsigned char *) (input + j), (unsigned char *) tmp, schedule, 0); | ^ Write.c: In function ‘XdmcpWriteHeader’: Write.c:43:9: warning: useless cast to type ‘int’ [-Wuseless-cast] 43 | if ((int)buffer->size < 6 + (int)header->length) | ^ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <!11>
Alan Coopersmith authoredUnwrap.c: In function ‘XdmcpUnwrap’: Unwrap.c:77:25: warning: useless cast to type ‘unsigned char *’ [-Wuseless-cast] 77 | _XdmcpAuthDoIt ((unsigned char *) (input + j), (unsigned char *) tmp, schedule, 0); | ^ Unwrap.c:77:56: warning: useless cast to type ‘unsigned char *’ [-Wuseless-cast] 77 | _XdmcpAuthDoIt ((unsigned char *) (input + j), (unsigned char *) tmp, schedule, 0); | ^ Write.c: In function ‘XdmcpWriteHeader’: Write.c:43:9: warning: useless cast to type ‘int’ [-Wuseless-cast] 43 | if ((int)buffer->size < 6 + (int)header->length) | ^ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <!11>