Ignore:
Timestamp:
Nov 23, 2005 11:23:12 AM (18 years ago)
Author:
bennylp
Message:

Fixed unused arg warning when logging is disabled

File:
1 edited

Legend:

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

    r69 r78  
    219219                              total_used * 100 / total_capacity)); 
    220220    } 
     221#else 
     222    PJ_UNUSED_ARG(factory); 
     223    PJ_UNUSED_ARG(detail); 
    221224#endif 
    222225} 
Note: See TracChangeset for help on using the changeset viewer.