X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08b4fe22433e1835814267fcd59c52799ab5b8c1..7f1b38703bd4420a5582df4f0ddf9fea3e3d77ad:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index 85f59514ad..b53652ee74 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -191,7 +191,7 @@ typedef enum { # define XBT_LOG_DEFAULT_CATEGORY(cname) #else # define XBT_LOG_DEFAULT_CATEGORY(cname) \ - static xbt_log_category_t _XBT_LOGV(default) _XBT_GNUC_UNUSED = &_XBT_LOGV(cname) + static xbt_log_category_t _XBT_LOGV(default) XBT_ATTRIB_UNUSED = &_XBT_LOGV(cname) #endif /**