*
*/
-void os_beep (int number)
+void os_beep (int UNUSED(number))
{
beep();
*
*/
-void os_prepare_sample (int number)
+void os_prepare_sample (int UNUSED(number))
{
/* Not implemented */
*
*/
-void os_start_sample (int number, int volume, int repeats, zword eos)
+void os_start_sample (int UNUSED(number), int UNUSED(volume), int UNUSED(repeats), zword UNUSED(eos))
{
/* Not implemented */
*
*/
-void os_stop_sample (int number)
+void os_stop_sample (int UNUSED(number))
{
/* Not implemented */
*
*/
-void os_finish_with_sample (number)
+void os_finish_with_sample (int UNUSED(number))
{
/* Not implemented */