summaryrefslogtreecommitdiff
path: root/modules/ignore-value
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-16 23:20:44 +0200
committerJim Meyering <meyering@redhat.com>2008-10-17 11:22:46 +0200
commit2c77dff78db5fb5aef6078bb0ccf054bf483b131 (patch)
tree60309d7b497908387b194601e5b7dced8dab4285 /modules/ignore-value
parent1b71c50d5a227649f1bcc11cf79e2be7ef68fff8 (diff)
downloadgnulib-2c77dff78db5fb5aef6078bb0ccf054bf483b131.tar.gz
ignore-value: new module
* modules/ignore-value: New file. * lib/ignore-value.h: New file. * MODULES.html.sh (Compiler warning management): New section, just for this module. More to come.
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