Ignore:
Timestamp:
Jun 15, 2006 11:04:33 AM (18 years ago)
Author:
bennylp
Message:

Cleanup misc compilation warnings with gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/thread.c

    r433 r509  
    7373    pj_thread_desc desc; 
    7474    pj_thread_t *this_thread; 
    75     unsigned id = *pcounter; 
     75    unsigned id; 
    7676    pj_status_t rc; 
    7777 
     78    id = *pcounter; 
    7879    TRACE__((THIS_FILE, "     thread %d running..", id)); 
    7980 
Note: See TracChangeset for help on using the changeset viewer.