ephoto: avoid building warning

SVN revision: 75563
This commit is contained in:
Bruno Dilly 2012-08-22 20:01:58 +00:00
parent 1372dc64c9
commit e0c86362b2
1 changed files with 1 additions and 0 deletions

View File

@ -447,6 +447,7 @@ Ephoto_Orient
ephoto_file_orient_get(const char *path) ephoto_file_orient_get(const char *path)
{ {
#ifndef HAVE_LIBEXIF #ifndef HAVE_LIBEXIF
(void) path;
return EPHOTO_ORIENT_0; return EPHOTO_ORIENT_0;
#else #else
Ephoto_Orient orient = EPHOTO_ORIENT_0; Ephoto_Orient orient = EPHOTO_ORIENT_0;