diff options
author | Mataes <mataes2007@gmail.com> | 2019-04-23 14:52:34 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2019-04-23 14:52:34 +0300 |
commit | ca570a86b3d5eb4c56166ddec3f565aa90290ba3 (patch) | |
tree | c4fa325e96c636e3f04fb51f94220e36a3d4b93d | |
parent | ccf32ab7e9b79240af204c364a1e58e97f2958f9 (diff) |
freeimage: compilation warning fix
-rw-r--r-- | libs/freeimage/freeimage.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/freeimage/freeimage.vcxproj b/libs/freeimage/freeimage.vcxproj index 273a134408..82f5f45a82 100644 --- a/libs/freeimage/freeimage.vcxproj +++ b/libs/freeimage/freeimage.vcxproj @@ -29,6 +29,7 @@ <ClCompile> <PreprocessorDefinitions>FREEIMAGE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>src;..\..\libs\zLib\src;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <ExceptionHandling>Sync</ExceptionHandling> </ClCompile> </ItemDefinitionGroup> <ItemGroup> |