From dc4f7e13a48d15b2e51054daf04ce7a5d5fe0a58 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Tue, 28 Apr 2015 08:23:40 +0000 Subject: [PATCH] #1071 Set all exiv2 msvc2005 projects to treat warnings as an error. Dependant libraries (expat, zlib, curl etc) report warnings and continue. We can't eliminate the warnings from the libraries without modifying their code. We only want "vanilla" unmodified dependant library code. --- msvc2005/xmpparse/xmpparse.vcproj | 2 +- msvc2005/xmpparser-test/xmpparser-test.vcproj | 2 +- msvc2005/xmpsample/xmpsample.vcproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/msvc2005/xmpparse/xmpparse.vcproj b/msvc2005/xmpparse/xmpparse.vcproj index c143c612..1ce37adc 100644 --- a/msvc2005/xmpparse/xmpparse.vcproj +++ b/msvc2005/xmpparse/xmpparse.vcproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/msvc2005/xmpparser-test/xmpparser-test.vcproj b/msvc2005/xmpparser-test/xmpparser-test.vcproj index d1af2df5..a95a426f 100644 --- a/msvc2005/xmpparser-test/xmpparser-test.vcproj +++ b/msvc2005/xmpparser-test/xmpparser-test.vcproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/msvc2005/xmpsample/xmpsample.vcproj b/msvc2005/xmpsample/xmpsample.vcproj index 7b14313c..0f26d5dd 100644 --- a/msvc2005/xmpsample/xmpsample.vcproj +++ b/msvc2005/xmpsample/xmpsample.vcproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file