From: Michael Jeanson Date: Tue, 11 May 2021 21:22:12 +0000 (-0400) Subject: Disable block rwbs bitwise enum in default build X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=28df758e699396833ab76bb10ed6a01cb686cce2;hp=28df758e699396833ab76bb10ed6a01cb686cce2;p=lttng-modules.git Disable block rwbs bitwise enum in default build Only generate the bitwise enumerations when CONFIG_LTTNG_EXPERIMENTAL_BITWISE_ENUM is enabled, so the default build does not generate traces which lead to warnings when viewed with babeltrace 1.x and babeltrace 2 with default options. Original commit: commit 23634515e7271c8c8594ad87a6685232d4eff297 Author: Geneviève Bastien Date: Tue Feb 11 11:20:27 2020 -0500 block: Make the rwbs field as a bit field enum Change-Id: I6c285d1cbfbd88e151d4b0abb52ad9a650764ea2 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---