Changeset 2937


Ignore:
Timestamp:
Oct 11, 2009 4:55:34 AM (14 years ago)
Author:
bennylp
Message:

Ticket #941: Lots of compilation wanings in libg7221 in basic_op.h with gcc

  • set default inlining behavior for all basic_op functions to disabled
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/g7221/common/config.h

    r2731 r2937  
    55 
    66/** 
    7  * Expand basic operation functions as inline. 
     7 * Expand all basic operation functions as inline. Even if this is set to 
     8 * zero, some critical functions would still be expanded as inline. Note 
     9 * also that enabling this may generate some warning messages about functions 
     10 * not being referenced (with gcc). 
    811 * 
    9  * Default: 1 (yes) 
     12 * Default: 0 (no) 
    1013 */ 
    1114#ifndef PJMEDIA_LIBG7221_FUNCS_INLINED 
    12 #   define PJMEDIA_LIBG7221_FUNCS_INLINED   1 
     15#   define PJMEDIA_LIBG7221_FUNCS_INLINED   0 
    1316#endif 
    1417 
Note: See TracChangeset for help on using the changeset viewer.