Open
Description
CodeQL is throwing an error for multiple variable declarations on one line when there is not multiple declarations.
}
*PortNum = ntohs(sa_port);
return OS_SUCCESS;
} /* end OS_SocketAddrGetPort_Impl */
OS_CHECK_POINTER(timer_id);
OS_CHECK_APINAME(timer_name);
OS_CHECK_POINTER(accuracy);
OS_CHECK_POINTER(callback_ptr);