diff modules/ignore-value @ 10650:c205b195801d

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.
author Jim Meyering <meyering@redhat.com>
date Thu, 16 Oct 2008 23:20:44 +0200
parents
children c6a467773ea0
line wrap: on
line diff
new file mode 100644
--- /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