Ignore:
Timestamp:
Aug 11, 2015 7:49:25 AM (9 years ago)
Author:
nanang
Message:

Misc (re #1843): Fixed GCC compile warnings of unused variables in third-party libs.

File:
1 edited

Legend:

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

    r4537 r5158  
    3030#endif 
    3131 
     32#if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 402 
     33#  pragma GCC diagnostic ignored "-Wunknown-pragmas" 
     34#  pragma GCC diagnostic ignored "-Wunused-but-set-variable" 
     35#endif 
     36 
    3237#include <pj/log.h> 
    3338 
Note: See TracChangeset for help on using the changeset viewer.