Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define macro XBT_ATTRIB_DEPRECATED_v333.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Jul 2021 19:23:34 +0000 (21:23 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Jul 2021 19:23:34 +0000 (21:23 +0200)
docs/source/Doxyfile
include/xbt/base.h

index 5872d9f..3f66286 100644 (file)
@@ -69,4 +69,5 @@ PREDEFINED             += \
     XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \
     XBT_ATTRIB_DEPRECATED_v330(mesg)= \
     XBT_ATTRIB_DEPRECATED_v331(mesg)= \
-    XBT_ATTRIB_DEPRECATED_v332(mesg)=
+    XBT_ATTRIB_DEPRECATED_v332(mesg)= \
+    XBT_ATTRIB_DEPRECATED_v333(mesg)=
index e8e091e..2dc3fce 100644 (file)
@@ -59,6 +59,8 @@
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.30)")
 #define XBT_ATTRIB_DEPRECATED_v332(mesg)                                                                               \
   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)")
 
 /* Work around https://github.com/microsoft/vscode-cpptools/issues/4503 */
 #ifdef __INTELLISENSE__