All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-ust 1/2] Fix: missing define when not building with gcc
@ 2019-07-04 18:51 Jonathan Rajotte
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Rajotte @ 2019-07-04 18:51 UTC (permalink / raw)
  To: lttng-dev

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
---
 include/lttng/bitfield.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/lttng/bitfield.h b/include/lttng/bitfield.h
index 7faf23f9..92f1c2c9 100644
--- a/include/lttng/bitfield.h
+++ b/include/lttng/bitfield.h
@@ -59,6 +59,7 @@
 # define _BT_DIAG_PUSH
 # define _BT_DIAG_POP
 # define _BT_DIAG_IGNORE
+# define _BT_DIAG_IGNORE_TYPE_LIMITS
 #endif
 
 #define _bt_is_signed_type(type)	((type) -1 < (type) 0)
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-04 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190704185137.24943-1-jonathan.rajotte-julien@efficios.com>
2019-07-04 18:51 ` [PATCH lttng-ust 2/2] Fix: do not use diagnostic pragma when GCC version is lower than 4.6.0 Jonathan Rajotte
2019-07-04 18:54 ` [PATCH lttng-ust 1/2] Fix: missing define when not building with gcc Mathieu Desnoyers
2019-07-04 18:51 Jonathan Rajotte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.