Ignore:
Timestamp:
May 1, 2010, 9:49:10 PM (15 years ago)
Author:
David Azarewicz
Message:

Cleanup compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/sound.c

    r475 r479  
    3636#include <stacktoflat.h>
    3737#include <stdlib.h>
     38#include <proto.h>
    3839#include "soundoss.h"
    3940
     
    11121113
    11131114#ifdef DEBUG
    1114     printk("OSS32_WaveAddBuffer N:%d hw %d app %d avail %d, orig size: %d, size %d\n",CountWv, samples_to_bytes(status.hw_ptr), samples_to_bytes(status.appl_ptr), samples_to_bytes(status.avail), size1, size);
     1115    printk("OSS32_WaveAddBuffer N:%d hw %x app %x avail %x, orig size: %x, size %x\n",CountWv, samples_to_bytes(status.hw_ptr), samples_to_bytes(status.appl_ptr), samples_to_bytes(status.avail), size1, size);
    11151116#endif
    11161117
     
    13251326}
    13261327//******************************************************************************
    1327 //******************************************************************************
    1328 
     1328
Note: See TracChangeset for help on using the changeset viewer.