# HG changeset patch # User al # Date 1353973026 0 # Node ID e740eaf25f32888a50acfca680cd059d1cc3d61c # Parent 7bad316da87add407f674fceb93ee77864c72309 stream ftp: open_f: Mark parameter file_format unused We have nothing to say about it, so we do not set *file_format. No need for compilers to emit a warning about it. diff -r 7bad316da87a -r e740eaf25f32 stream/stream_ftp.c --- a/stream/stream_ftp.c Mon Nov 26 23:36:00 2012 +0000 +++ b/stream/stream_ftp.c Mon Nov 26 23:37:06 2012 +0000 @@ -417,7 +417,7 @@ -static int open_f(stream_t *stream,int mode, void* opts, int* file_format) { +static int open_f(stream_t *stream,int mode, void* opts, av_unused int* file_format) { int resp; int64_t len = 0; struct stream_priv_s* p = (struct stream_priv_s*)opts;