Ignore:
Timestamp:
Aug 25, 2015 8:45:46 AM (9 years ago)
Author:
nanang
Message:

Re #1881: Fixed compile warnings on VS2015 about declaration hides previous declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/speex/config.h

    r5159 r5170  
    2727#   pragma warning(disable: 4305)   // truncation from 'const double ' to 'float ' 
    2828#   pragma warning(disable: 4018)   // signed/unsigned mismatch 
     29#   pragma warning(disable: 4456)   // declaration of '[var]' hides previous local declaration 
    2930//#   pragma warning(disable: 4701)   // local variable used without initialized 
    3031#endif 
Note: See TracChangeset for help on using the changeset viewer.