Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to help clang builds
authorAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 21 Apr 2022 23:06:29 +0000 (01:06 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 21 Apr 2022 23:06:29 +0000 (01:06 +0200)
src/xbt/log.cpp

index 125a963..3d89d6d 100644 (file)
@@ -205,7 +205,7 @@ static int fake_xbt_log_cat_init(xbt_log_category_t, e_xbt_log_priority_t)
   return 0;
 }
 #define DISABLE_XBT_LOG_CAT_INIT()                                                                                     \
 int (*_xbt_log_cat_init)(xbt_log_category_t, e_xbt_log_priority_t) XBT_ATTRIB_UNUSED = fake_xbt_log_cat_init
XBT_ATTRIB_UNUSED int (*_xbt_log_cat_init)(xbt_log_category_t, e_xbt_log_priority_t) = fake_xbt_log_cat_init
 
 static void _xbt_log_cat_apply_set(xbt_log_category_t category, const xbt_log_setting_t& setting)
 {