[gnome-color-manager] trivial: fix build of gcm-exiv-helper under rpmbuild



commit 69807fd474f5775ea9aebbc5bbf1ad5b9f8e7ecb
Author: Richard Hughes <richard hughsie com>
Date:   Tue May 25 15:53:04 2010 +0100

    trivial: fix build of gcm-exiv-helper under rpmbuild

 src/Makefile.am         |    1 +
 src/gcm-helper-exiv.cpp |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index abc1243..99ec1c0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -120,6 +120,7 @@ if GCM_USE_EXIV
 libexec_PROGRAMS = gcm-helper-exiv
 gcm_helper_exiv_SOURCES = gcm-helper-exiv.cpp
 gcm_helper_exiv_LDADD = $(EXIV_LIBS)
+gcm_helper_exiv_CXXFLAGS = -Wall
 endif
 
 gcm_install_system_wide_SOURCES =			\
diff --git a/src/gcm-helper-exiv.cpp b/src/gcm-helper-exiv.cpp
index 6385d5b..6ca2bd7 100644
--- a/src/gcm-helper-exiv.cpp
+++ b/src/gcm-helper-exiv.cpp
@@ -80,7 +80,6 @@ main (int argc, char* const argv[])
 		std::cout << "Failed to load: " << e << "\n";
 		retval = -1;
 	}
-out:
 	return retval;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]