From b4155dee94e6fefe3c1dfa6c5c75d94ee6e2b109 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Thu, 30 Apr 2015 09:39:16 +0000 Subject: [PATCH] Sebastian Held patches15/0026-fix-compiler-warning.patch git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7328 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/UTIL/LOG/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair2/UTIL/LOG/log.h b/openair2/UTIL/LOG/log.h index c6eedf6bb3..9de693fa92 100755 --- a/openair2/UTIL/LOG/log.h +++ b/openair2/UTIL/LOG/log.h @@ -320,7 +320,7 @@ typedef struct LOG_params { int line; int comp; int level; - char *format; + const char *format; char l_buff_info [MAX_LOG_INFO]; int len; } LOG_params; -- GitLab