Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define macro XBT_ATTRIB_DEPRECATED_v337.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 4 Oct 2022 06:54:20 +0000 (08:54 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 4 Oct 2022 07:11:15 +0000 (09:11 +0200)
docs/source/Doxyfile
include/xbt/base.h

index c4a4e1f..72b2f58 100644 (file)
@@ -71,4 +71,5 @@ PREDEFINED             += \
     XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \
     XBT_ATTRIB_DEPRECATED_v334(mesg)= \
     XBT_ATTRIB_DEPRECATED_v335(mesg)= \
-    XBT_ATTRIB_DEPRECATED_v336(mesg)=
+    XBT_ATTRIB_DEPRECATED_v336(mesg)= \
+    XBT_ATTRIB_DEPRECATED_v337(mesg)=
index a921d1b..08a13d1 100644 (file)
@@ -59,6 +59,8 @@
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.34)")
 #define XBT_ATTRIB_DEPRECATED_v336(mesg)                                                                               \
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.35)")
+#define XBT_ATTRIB_DEPRECATED_v337(mesg)                                                                               \
+  XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.36)")
 
 /* Work around https://github.com/microsoft/vscode-cpptools/issues/4503 */
 #ifdef __INTELLISENSE__