diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-06-17 07:32:41 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-06-17 07:32:41 +0000 |
| commit | e65bbb0713afbec4b1870963d8ee6c808a4d4959 (patch) | |
| tree | 9df795f0489328aa5ca4e14e166049ba1daae27a /src/runtime/c/configure.ac | |
| parent | 407f680bae1834d5fa5bb27605097e436586663c (diff) | |
fix for a couple of warnings that are generated when GNU lightning is used
Diffstat (limited to 'src/runtime/c/configure.ac')
| -rw-r--r-- | src/runtime/c/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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] |
