NOISSUE make the compiler more evil

This commit is contained in:
Petr Mrázek
2015-10-11 19:56:31 +02:00
parent 44db72ead5
commit 457dd2e94e
11 changed files with 18 additions and 13 deletions

View File

@ -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);