Kaydet (Commit) 96811dbd authored tarafından Jan Holesovsky's avatar Jan Holesovsky

icons: Kill now irrelevant warning.

Change-Id: I2ce348fe97cfc0fdaf1ad5e1063a28d069accdf5
üst b6bdc677
...@@ -381,8 +381,6 @@ sub create_zip_archive ...@@ -381,8 +381,6 @@ sub create_zip_archive
if ( !$member ) { if ( !$member ) {
print_error("can't add file '$path' to image zip archive: $!", 5); print_error("can't add file '$path' to image zip archive: $!", 5);
} }
} else {
print_warning("file '$path' not found");
} }
} }
my $status = $zip->writeToFileNamed($tmp_out_file); my $status = $zip->writeToFileNamed($tmp_out_file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment