Fix asan build
[folly.git] / folly / Preprocessor.h
index 9d098c3de4af43cbc64497dd0bc176f9be092508..393016bdc8c5a2bd81abd4ab88cec15744206f25 100644 (file)
  */
 #define FB_SINGLE_ARG(...) __VA_ARGS__
 
+/**
+ * Helper macro that just ignores its parameters.
+ */
+#define FOLLY_IGNORE(...)
+
+/**
+ * Helper macro that just ignores its parameters and inserts a semicolon.
+ */
+#define FOLLY_SEMICOLON(...) ;
+
 /**
  * FB_ANONYMOUS_VARIABLE(str) introduces an identifier starting with
  * str and ending with a number that varies with the line.