Navigation


Changeset 650:7e9a5e9aad64 in freeDiameter


Ignore:
Timestamp:
Jan 6, 2011, 10:39:21 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix compilation warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/p_sr.c

    r649 r650  
    181181        } while (1);
    182182error: 
     183        ; /* pthread_cleanup_pop sometimes expands as "} ..." and the label beofre this cause some compilers to complain... */
    183184        pthread_cleanup_pop( 1 );
    184185        return NULL;
Note: See TracChangeset for help on using the changeset viewer.