qat: make function definition match prototype
LacSymCb_CallbacksRegister declared with a (void) argument list but was defined with (). With Clang 15 this produced a warning. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e3a0b1202b
commit
dda082e009
@ -520,7 +520,7 @@ LacSymCb_PendingReqsDequeue(lac_session_desc_t *pSessionDesc)
|
||||
* @ingroup LacSymCb
|
||||
*/
|
||||
void
|
||||
LacSymCb_CallbacksRegister()
|
||||
LacSymCb_CallbacksRegister(void)
|
||||
{
|
||||
/*** HASH ***/
|
||||
LacSymQat_RespHandlerRegister(ICP_QAT_FW_LA_CMD_AUTH,
|
||||
|
Loading…
Reference in New Issue
Block a user