Ignore:
Timestamp:
Aug 19, 2014 12:54:34 AM (10 years ago)
Author:
bennylp
Message:

Re #1751: fixed miscellaneous gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_timestamp_posix.c

    r3553 r4890  
    126126#include <errno.h> 
    127127 
    128 #define NSEC_PER_SEC    1000000000 
     128#ifndef NSEC_PER_SEC 
     129#       define NSEC_PER_SEC     1000000000 
     130#endif 
    129131 
    130132PJ_DEF(pj_status_t) pj_get_timestamp(pj_timestamp *ts) 
Note: See TracChangeset for help on using the changeset viewer.