Skip to content
Snippets Groups Projects
Commit b4155dee authored by gauthier's avatar gauthier
Browse files

Sebastian Held patches15/0026-fix-compiler-warning.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7328 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 2bf5e9be
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ typedef struct LOG_params { ...@@ -320,7 +320,7 @@ typedef struct LOG_params {
int line; int line;
int comp; int comp;
int level; int level;
char *format; const char *format;
char l_buff_info [MAX_LOG_INFO]; char l_buff_info [MAX_LOG_INFO];
int len; int len;
} LOG_params; } LOG_params;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment