aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Mantellini <angelo.mantellini@cisco.com>2020-01-22 11:09:27 +0100
committerAngelo Mantellini <angelo.mantellini@cisco.com>2020-01-22 11:18:49 +0100
commit3b5437d37c444c1d0356783c8a2fd119b5a329d8 (patch)
tree8a4de5f4e8c9ab8555bed6ab2f4119e435c43b01
parent0b84e9d3a37a98ffea0ee50932ba2a593d5c09ec (diff)
undef always_inline
Signed-off-by: Angelo Mantellini <angelo.mantellini@cisco.com> Change-Id: Ifed0d0c80b07055f6c60779458e116c654eaafdd
-rw-r--r--Input/ICNConnectionConsumerApi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Input/ICNConnectionConsumerApi.h b/Input/ICNConnectionConsumerApi.h
index c12e215f..c4e89926 100644
--- a/Input/ICNConnectionConsumerApi.h
+++ b/Input/ICNConnectionConsumerApi.h
@@ -23,6 +23,10 @@
#include <icnet/icnet_http_facade.h>
#endif
+#ifdef always_inline
+#undef always_inline
+#endif
+
#include <QMessageLogger>
#include "../Portable/Networking.h"
#include "IICNConnection.h"