summaryrefslogtreecommitdiff
path: root/modules/ignore-value
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ignore-value')
-rw-r--r--modules/ignore-value22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/ignore-value b/modules/ignore-value
new file mode 100644
index 0000000000..32991ab7ac
--- /dev/null
+++ b/modules/ignore-value
@@ -0,0 +1,22 @@
+Description:
+ignore a value to quiet a compiler warning
+
+Files:
+lib/ignore-value.h
+
+Depends-on:
+inline
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += ignore-value.h
+
+Include:
+#include <ignore-value.h>
+
+License:
+LGPL
+
+Maintainer:
+Jim Meyering