Ignore:
Timestamp:
Aug 1, 2017 7:49:34 AM (7 years ago)
Author:
nanang
Message:

Misc (re #1994): Fixed compile warnings on MSVC 2005 & 2015.

File:
1 edited

Legend:

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

    r5170 r5635  
    2828#   pragma warning(disable: 4018)   // signed/unsigned mismatch 
    2929#   pragma warning(disable: 4456)   // declaration of '[var]' hides previous local declaration 
     30#   pragma warning(disable: 4267)   // conversion from 'size_t' to 'int', possible loss of data 
    3031//#   pragma warning(disable: 4701)   // local variable used without initialized 
    3132#endif 
Note: See TracChangeset for help on using the changeset viewer.