From 457dd2e94e3c1e6cf51b7cbe264927b213d1085c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 11 Oct 2015 19:56:31 +0200 Subject: NOISSUE make the compiler more evil --- depends/pack200/include/unpack200.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'depends/pack200/include') diff --git a/depends/pack200/include/unpack200.h b/depends/pack200/include/unpack200.h index f9239488..9c3eda2d 100644 --- a/depends/pack200/include/unpack200.h +++ b/depends/pack200/include/unpack200.h @@ -31,7 +31,6 @@ * * @param input_path Path to the input file in PACK200 format. System native string encoding. * @param output_path Path to the output file in PACK200 format. System native string encoding. - * @return void * @throw std::runtime_error for any error encountered */ -void unpack_200(FILE * input, FILE * output); +void unpack_200(FILE * input_path, FILE * output_path); -- cgit v1.2.3