Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define XBT_ATTRIB_DEPRECATED_v321.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 15 Oct 2017 12:13:56 +0000 (14:13 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 15 Oct 2017 12:13:56 +0000 (14:13 +0200)
include/xbt/base.h

index e2d740c..f49a50d 100644 (file)
@@ -49,6 +49,7 @@
 #define XBT_ATTRIB_UNUSED  __attribute__((unused))
 #define XBT_ATTRIB_DEPRECATED_v319(msg) __attribute__((deprecated(msg))) /* Will be dropped in v3.19 */
 #define XBT_ATTRIB_DEPRECATED_v320(msg) __attribute__((deprecated(msg))) /* Will be dropped in v3.20 */
 #define XBT_ATTRIB_UNUSED  __attribute__((unused))
 #define XBT_ATTRIB_DEPRECATED_v319(msg) __attribute__((deprecated(msg))) /* Will be dropped in v3.19 */
 #define XBT_ATTRIB_DEPRECATED_v320(msg) __attribute__((deprecated(msg))) /* Will be dropped in v3.20 */
+#define XBT_ATTRIB_DEPRECATED_v321(msg) __attribute__((deprecated(msg))) /* Will be dropped in v3.21 */
 
 /* Constructor priorities exist since gcc 4.3.  Apparently, they are however not
  * supported on Macs. */
 
 /* Constructor priorities exist since gcc 4.3.  Apparently, they are however not
  * supported on Macs. */