changeset 650:7e9a5e9aad64

Fix compilation warning
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 06 Jan 2011 10:39:21 +0900
parents 5e5d8152c229
children 083317a4e947
files freeDiameter/p_sr.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/freeDiameter/p_sr.c	Wed Jan 05 17:13:34 2011 +0900
+++ b/freeDiameter/p_sr.c	Thu Jan 06 10:39:21 2011 +0900
@@ -180,6 +180,7 @@
 		/* loop */
 	} while (1);
 error:	
+	; /* pthread_cleanup_pop sometimes expands as "} ..." and the label beofre this cause some compilers to complain... */
 	pthread_cleanup_pop( 1 );
 	return NULL;
 }
"Welcome to our mercurial repository"