Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62188564 authored by Ariel Bernal's avatar Ariel Bernal Committed by Edwin Vane
Browse files

Fixed warnings test_zipfile



Fixed implicit declaration of strcmp warning
Fixed switch case of enumeration not handled

Change-Id: Ic3f3690a2e749235b1b0dffd252b119855ad36c0
Author: Ariel Bernal <ariel.j.bernal@intel.com>
Reviewed-by: default avatarTareq A Siraj <tareq.a.siraj@intel.com>
parent ed2e672f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
#include <zipfile/zipfile.h>

#include <string.h>
#include <stdio.h>
#include <stdlib.h>

@@ -55,6 +55,8 @@ main(int argc, char** argv)

    switch (what)
    {
        case HUH:
            break;
        case LIST:
            dump_zipfile(stdout, zip);
            break;