From 0e854af70f6f330e63aa36fde125fbb0ca4ff8ef Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 18 Dec 2018 15:40:58 +0300 Subject: C++ exceptions are disabled in all cases where they just prevent warnings --- libs/freeimage/freeimage.vcxproj | 1 - libs/hunspell/hunspell.vcxproj | 5 ----- libs/libjson/libjson.vcxproj | 1 - 3 files changed, 7 deletions(-) (limited to 'libs') diff --git a/libs/freeimage/freeimage.vcxproj b/libs/freeimage/freeimage.vcxproj index 82f5f45a82..273a134408 100644 --- a/libs/freeimage/freeimage.vcxproj +++ b/libs/freeimage/freeimage.vcxproj @@ -29,7 +29,6 @@ FREEIMAGE_EXPORTS;%(PreprocessorDefinitions) src;..\..\libs\zLib\src;..\..\include;%(AdditionalIncludeDirectories) - Sync diff --git a/libs/hunspell/hunspell.vcxproj b/libs/hunspell/hunspell.vcxproj index 259a46402c..2b2e199fe5 100644 --- a/libs/hunspell/hunspell.vcxproj +++ b/libs/hunspell/hunspell.vcxproj @@ -25,11 +25,6 @@ - - - Sync - - BUILDING_LIBHUNSPELL;%(PreprocessorDefinitions) diff --git a/libs/libjson/libjson.vcxproj b/libs/libjson/libjson.vcxproj index c522fba75b..2b95d8b6f0 100644 --- a/libs/libjson/libjson.vcxproj +++ b/libs/libjson/libjson.vcxproj @@ -27,7 +27,6 @@ - Sync LIBJSON_EXPORTS;DEBUG;%(PreprocessorDefinitions) LIBJSON_EXPORTS;NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3