From e65bbb0713afbec4b1870963d8ee6c808a4d4959 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 17 Jun 2013 07:32:41 +0000 Subject: fix for a couple of warnings that are generated when GNU lightning is used --- src/runtime/c/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime/c/configure.ac') diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac index 2ee8f6774..82f941cb5 100644 --- a/src/runtime/c/configure.ac +++ b/src/runtime/c/configure.ac @@ -30,7 +30,8 @@ AM_PROG_CC_C_O -Wall\ -Wextra\ -Wno-missing-field-initializers\ - -Wno-unused-parameter" + -Wno-unused-parameter\ + -Wno-unused-value" fi] -- cgit v1.2.3