diff freeDiameter/p_psm.c @ 403:26aafbbc1640

Cleanup all compilation warnings in base code for 32 bit arch
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 14:24:19 +0900
parents 41e3c2a3721c
children f1484823cb4a
line wrap: on
line diff
--- a/freeDiameter/p_psm.c	Thu Jul 08 12:50:10 2010 +0900
+++ b/freeDiameter/p_psm.c	Thu Jul 08 14:24:19 2010 +0900
@@ -688,6 +688,9 @@
 				/* Process the receiver side */
 				CHECK_FCT_DO( fd_p_ce_process_receiver(peer), goto psm_end );
 				goto psm_loop;
+			
+			default:
+				ASSERT(0); /* implementation problem, we did not foresee this case? */
 		}
 	}
 	
"Welcome to our mercurial repository"