Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
const again
[simgrid.git] / src / xbt / xbt_log_layout_format.cpp
index 00e58fd526ffa77e5a988bb8c609a9f5460449a9..6680282b1a770c8618a0ab92cf6cb2cf568fd147 100644 (file)
@@ -77,7 +77,7 @@ static int xbt_log_layout_format_doit(const s_xbt_log_layout_t* l, xbt_log_event
   int precision = -1;
   int length = -1;
 
-  char* q = static_cast<char*>(l->data);
+  auto* q = static_cast<char*>(l->data);
   while (*q != '\0') {
     if (*q == '%') {
       q++;