diff options
Diffstat (limited to 'proto/pipe')
-rw-r--r-- | proto/pipe/Makefile | 2 | ||||
-rw-r--r-- | proto/pipe/pipe.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/proto/pipe/Makefile b/proto/pipe/Makefile index c258a3e5..5093da98 100644 --- a/proto/pipe/Makefile +++ b/proto/pipe/Makefile @@ -2,3 +2,5 @@ src := pipe.c obj := $(src-o-files) $(all-daemon) $(cf-local) + +tests_objs := $(tests_objs) $(src-o-files)
\ No newline at end of file diff --git a/proto/pipe/pipe.c b/proto/pipe/pipe.c index d40b3f91..8924c200 100644 --- a/proto/pipe/pipe.c +++ b/proto/pipe/pipe.c @@ -191,7 +191,7 @@ pipe_reconfigure(struct proto *P, struct proto_config *CF) } static void -pipe_copy_config(struct proto_config *dest, struct proto_config *src) +pipe_copy_config(struct proto_config *dest UNUSED, struct proto_config *src UNUSED) { /* Just a shallow copy, not many items here */ } |