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

    r5210 r5270  
    5858 
    5959#ifdef ROAR_SUPPORT_ALAW 
    60 int16_t _roardsp_alaw2pcm16[] = { 
     60static const int16_t _roardsp_alaw2pcm16[] = { 
    6161/* -------- SUN -------- */ 
    6262     -5504,   -5248,   -6016,   -5760,   -4480,   -4224,   -4992, 
     
    101101 
    102102#ifdef ROAR_SUPPORT_ALAW_RW 
    103 int8_t _roardsp_pcm132alaw[] = { 
     103static const int8_t _roardsp_pcm132alaw[] = { 
    104104/* -------- SUN -------- */ 
    105105   0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 
Note: See TracChangeset for help on using the changeset viewer.