jjb: lttng-modules: remove -Werror
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 4 Feb 2021 16:56:12 +0000 (11:56 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 4 Feb 2021 16:56:12 +0000 (11:56 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/lttng-modules/param-build.sh

index cb7d2f377e61f3b08fe90752154bf07617328818..66a443664efa8b2fffd6eb4c43e2c38bc700c5ff 100644 (file)
@@ -433,7 +433,7 @@ build_modules() {
 
     # Try to catch some compatibility problems by turning some
     # warnings into errors.
-    export KCFLAGS="$KCFLAGS -Wall -Werror"
+    #export KCFLAGS="$KCFLAGS -Wall -Werror"
 
     # Enter lttng-modules source dir
     cd "${MODULES_GIT_DIR}"
This page took 0.023123 seconds and 4 git commands to generate.