Ignore:
Timestamp:
11/17/06 21:00:47 (17 years ago)
Author:
r2d
Message:
  • removed warnings (and bugs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcenc/quant.c

    r137 r142  
    7575}
    7676
     77#ifdef WIN32
    7778#pragma warning ( disable : 4305 )
     79#endif
    7880
    7981static float  NoiseInjectionCompensation1D [18] = {
     
    133135#endif
    134136
     137#ifdef WIN32
    135138#pragma warning ( default : 4305 )
    136 
     139#endif
    137140
    138141void
Note: See TracChangeset for help on using the changeset viewer.