Ignore:
Timestamp:
Feb 5, 2020 3:05:30 AM (4 years ago)
Author:
nanang
Message:

Misc (re #2210): Fixed various compile warnings on MSVC2005.

File:
1 edited

Legend:

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

    r5653 r6157  
    2929#   pragma warning(disable: 4456)   // declaration of '[var]' hides previous local declaration 
    3030#   pragma warning(disable: 4267)   // conversion from 'size_t' to 'int', possible loss of data 
     31#   pragma warning(disable: 4706)   // assignment within conditional expression 
    3132//#   pragma warning(disable: 4701)   // local variable used without initialized 
    3233#endif 
Note: See TracChangeset for help on using the changeset viewer.