Project

General

Profile

Patch #724

Avoid undefined symbol warnings on GCC linux

Added by Johannes Wienke about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
build
Target version:
Start date:
28 Aug 2010
Due date:
% Done:

100%

Estimated time:

Description

Currently GCC on linux complains about the undefined symbol _MSC_VER. The attached patch resolves this problem. I do not have compiled exiv2 on windows. So a check that functionality there isn't broken now is required.


Files

config.h.cmake.patch (517 Bytes) config.h.cmake.patch Johannes Wienke, 28 Aug 2010 03:29

Associated revisions

Revision 2337 (diff)
Added by Andreas Huggel about 11 years ago

#724: Avoid warning if _MSC_VER is not defined.

History

#1

Updated by Andreas Huggel about 11 years ago

I think what we mean is

#if defined(_MSC_VER) && (_MSC_VER >= 1400)
...

#2

Updated by Johannes Wienke about 11 years ago

Ok ;)

#3

Updated by Andreas Huggel about 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#4

Updated by Andreas Huggel about 11 years ago

  • Target version set to 0.21
#5

Updated by Andreas Huggel almost 11 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF