diff libfdproto/dictionary_functions.c @ 1029:e63de8d76916

Remove a few remaining warnings
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 15 Apr 2013 16:13:07 +0800
parents 6a4d08e239bd
children 000e1904074c
line wrap: on
line diff
--- a/libfdproto/dictionary_functions.c	Mon Apr 15 15:17:49 2013 +0800
+++ b/libfdproto/dictionary_functions.c	Mon Apr 15 16:13:07 2013 +0800
@@ -303,7 +303,7 @@
 	/* FIXME: return len from the function above? */ len = 4;
 	
 	avp_value->os.len = len;
-	avp_value->os.data = buf;
+	avp_value->os.data = (uint8_t *)buf;
 	return 0;
 }
 
"Welcome to our mercurial repository"