From e0c86362b25521fd09dcb77cdcac53bf63908d90 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Wed, 22 Aug 2012 20:01:58 +0000 Subject: [PATCH] ephoto: avoid building warning SVN revision: 75563 --- src/bin/ephoto_single_browser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ephoto_single_browser.c b/src/bin/ephoto_single_browser.c index bfde054..d5a502c 100644 --- a/src/bin/ephoto_single_browser.c +++ b/src/bin/ephoto_single_browser.c @@ -447,6 +447,7 @@ Ephoto_Orient ephoto_file_orient_get(const char *path) { #ifndef HAVE_LIBEXIF + (void) path; return EPHOTO_ORIENT_0; #else Ephoto_Orient orient = EPHOTO_ORIENT_0;