Ignore:
Timestamp:
Oct 21, 2013 6:37:30 AM (11 years ago)
Author:
ming
Message:

Re #1630 (misc):
Fixed compiler warnings. Thanks to Mark Michelson for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/cc_gcc.h

    r3664 r4624  
    5454  #define PJ_INLINE_SPECIFIER   static __inline 
    5555  #define PJ_ATTR_NORETURN       
     56  #define PJ_ATTR_MAY_ALIAS      
    5657#else 
    5758  typedef long long             pj_int64_t; 
     
    5960  #define PJ_INLINE_SPECIFIER   static inline 
    6061  #define PJ_ATTR_NORETURN      __attribute__ ((noreturn)) 
     62  #define PJ_ATTR_MAY_ALIAS     __attribute__((__may_alias__)) 
    6163#endif 
    6264 
Note: See TracChangeset for help on using the changeset viewer.