Changeset 5270:e25346c13638 in roaraudio for libroardsp/amp.c


Ignore:
Timestamp:
11/17/11 18:20:12 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some gcc -Wextra warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/amp.c

    r4708 r5270  
    3030  case  8: return roar_amp_pcm_8bit (output, input, samples, channels, set); break; 
    3131  case 16: return roar_amp_pcm_16bit(output, input, samples, channels, set); break; 
    32   case 24: return roar_amp_pcm_24bit(output, input, samples, channels, set); break; 
    3332  case 32: return roar_amp_pcm_32bit(output, input, samples, channels, set); break; 
    3433  default: return -1; 
     
    8887} 
    8988 
    90 int roar_amp_pcm_24bit (void    * output, void    * input, int samples, int channels, struct roar_mixer_settings * set) { 
    91  return -1; 
    92 } 
    93  
    9489int roar_amp_pcm_32bit (int32_t * output, int32_t * input, int samples, int channels, struct roar_mixer_settings * set) { 
    9590#ifdef ROAR_NATIVE_INT64 
Note: See TracChangeset for help on using the changeset viewer.