Skip to content

Commit

Permalink
Second attempt to quash the warning in mythgallery without libexif
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 22, 2011
1 parent 1edcab8 commit 2566efb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythplugins/mythgallery/mythgallery/galleryutil.cpp
Expand Up @@ -201,6 +201,9 @@ long GalleryUtil::GetNaturalRotation(const QString &filePathString)
.arg(filePathString));
}

#else
// Shut the compiler up about the unused argument
(void)filePathString;
#endif // EXIF_SUPPORT
return rotateAngle;
}
Expand Down

0 comments on commit 2566efb

Please sign in to comment.