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/gsm/config.h

    r1168 r5158  
    88#endif 
    99 
     10#if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 402 
     11#  pragma GCC diagnostic ignored "-Wunknown-pragmas" 
     12#  pragma GCC diagnostic ignored "-Wunused-const-variable" 
     13#endif 
     14 
    1015#include <string.h> 
    1116#include "../../gsm/inc/config.h" 
Note: See TracChangeset for help on using the changeset viewer.