Commit b4155dee authored by Lionel Gauthier's avatar Lionel Gauthier

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment