Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define next XBT_ATTRIB_DEPRECATED macro.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 28 Mar 2021 15:28:56 +0000 (17:28 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 29 Mar 2021 18:42:10 +0000 (20:42 +0200)
docs/source/Doxyfile
include/xbt/base.h

index 588e2ae..a6fe764 100644 (file)
@@ -65,4 +65,5 @@ PREDEFINED             += \
     XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s,c,l)= \
     XBT_ATTRIB_DEPRECATED_v329(m)= \
     XBT_ATTRIB_DEPRECATED_v330(m)= \
-    XBT_ATTRIB_DEPRECATED_v331(m)=
+    XBT_ATTRIB_DEPRECATED_v331(m)= \
+    XBT_ATTRIB_DEPRECATED_v332(m)=
index dec1d63..88deb0f 100644 (file)
@@ -59,6 +59,8 @@
   XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.29)")
 #define XBT_ATTRIB_DEPRECATED_v331(mesg)                                                                               \
   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)")
 
 #if !defined(__APPLE__)
 #  define XBT_ATTRIB_CONSTRUCTOR(prio) __attribute__((__constructor__(prio)))