These were introduced by the addition of -Wshadow.
* \param n the highest-numbered descriptor in any of the two sets, plus 1
* \param readfds fds that should be checked for readability
* \param writefds fds that should be checked for writablility
- * \param timeout upper bound on the amount of time elapsed before select()
- * returns
+ * \param timeout_tv upper bound on the amount of time elapsed before select()
+ * returns
*
* \return The return value of the underlying select() call.
*
/**
* activate inactive grab clients if possible
*
- * \param slot audiod's slot for the new audio file
+ * \param slot_num audiod's slot for the new audio file
* \param audio_format_num the number of the audio format of the new audio file
* \param filter_list the list of activated filters for that new audio file
*
/**
* compute fraction of given struct timeval
*
- * \param divider the integer value to divide by
+ * \param divisor the integer value to divide by
* \param tv the timevalue to divide
* \param result holds (1 / mult) * tv upon return
*/