Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define macro XBT_ATTRIB_DEPRECATED_v334.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 8 Oct 2021 08:09:13 +0000 (10:09 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 8 Oct 2021 08:42:01 +0000 (10:42 +0200)
docs/source/Doxyfile
include/xbt/base.h

index cc57fbc..9755bec 100644 (file)
@@ -71,4 +71,5 @@ PREDEFINED             += \
     XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \
     XBT_ATTRIB_DEPRECATED_v331(mesg)= \
     XBT_ATTRIB_DEPRECATED_v332(mesg)= \
-    XBT_ATTRIB_DEPRECATED_v333(mesg)=
+    XBT_ATTRIB_DEPRECATED_v333(mesg)= \
+    XBT_ATTRIB_DEPRECATED_v334(mesg)=
index 6b4ecd0..d95b798 100644 (file)
@@ -59,6 +59,8 @@
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.31)")
 #define XBT_ATTRIB_DEPRECATED_v333(mesg)                                                                               \
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.32)")
+#define XBT_ATTRIB_DEPRECATED_v334(mesg)                                                                               \
+  XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.33)")
 
 /* Work around https://github.com/microsoft/vscode-cpptools/issues/4503 */
 #ifdef __INTELLISENSE__