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_gcce.h

    r3553 r4624  
    4040#define PJ_NORETURN              
    4141#define PJ_ATTR_NORETURN        __attribute__ ((noreturn)) 
     42#define PJ_ATTR_MAY_ALIAS       __attribute__ ((__may_alias__)) 
    4243 
    4344#define PJ_HAS_INT64            1 
Note: See TracChangeset for help on using the changeset viewer.