ignore-value: new module
[pspp] / modules / ignore-value
1 Description:
2 ignore a value to quiet a compiler warning
3
4 Files:
5 lib/ignore-value.h
6
7 Depends-on:
8 inline
9
10 configure.ac:
11
12 Makefile.am:
13 lib_SOURCES += ignore-value.h
14
15 Include:
16 #include <ignore-value.h>
17
18 License:
19 LGPL
20
21 Maintainer:
22 Jim Meyering