Changeset 5270:e25346c13638 in roaraudio for libroardsp/mulaw.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/mulaw.c

    r4708 r5270  
    5858 
    5959#ifdef ROAR_SUPPORT_MULAW 
    60 int16_t _roardsp_mulaw2pcm16[] = { 
     60static const int16_t _roardsp_mulaw2pcm16[] = { 
    6161/* -------- SUN -------- */ 
    6262    -32124,  -31100,  -30076,  -29052,  -28028,  -27004,  -25980, 
     
    101101 
    102102#ifdef ROAR_SUPPORT_MULAW_RW 
    103 int8_t _roardsp_pcm142mulaw[] = { 
     103static const int8_t _roardsp_pcm142mulaw[] = { 
    104104/* -------- SUN -------- */ 
    105105   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
Note: See TracChangeset for help on using the changeset viewer.