Ignore:
Timestamp:
Sep 20, 2017 2:57:26 AM (7 years ago)
Author:
ming
Message:

Re #1994 (misc): Fixed various warnings when using gcc/clang

File:
1 edited

Legend:

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

    r5635 r5653  
    3434#if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 402 
    3535#  pragma GCC diagnostic ignored "-Wpragmas" 
     36#  pragma GCC diagnostic ignored "-Wunknown-warning-option" 
    3637#  pragma GCC diagnostic ignored "-Wunused-but-set-variable" 
    3738#endif 
Note: See TracChangeset for help on using the changeset viewer.