summaryrefslogtreecommitdiff
path: root/modules/snippet/unused-parameter
blob: 78a3e3328381154fb8f1aca3afc6bd49eb1e6be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description:
A C macro for declaring that specific function parameters are not used.

Status:
obsolete

Notice:
This module is obsolete.

Applicability:
all

Files:
lib/unused-parameter.h

Depends-on:

configure.ac:

Makefile.am:
# Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.

UNUSED_PARAMETER_H=$(srcdir)/unused-parameter.h

Include:

License:
LGPLv2+

Maintainer:
all