apavlenko / vmf

http://01org.github.io/vmf/
Apache License 2.0
0 stars 3 forks source link

Fix for iOS-64 compilation issue #55

Closed anna-khakimova closed 8 years ago

anna-khakimova commented 8 years ago

/Users/itseez/Projects/VMF/vmf-3.0/vmf/3rdparty/xmp/third-party/zlib/gzlib.c:260:24: error: implicit declaration of function 'lseek' is invalid in C99

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 77.74% when pulling f993d596302c5dfad0573ece1af5dec217d27a67 on anna-plyakina:fix_MACOS_compilation_issue into e724dd40becfce7c1fb9759ce97b1a6e6d7b89f4 on apavlenko:vmf-3.0.

codecov-io commented 8 years ago

Current coverage is 77.74%

Merging #55 into vmf-3.0 will not affect coverage as of 42b56d8

@@            vmf-3.0     #55   diff @@
=======================================
  Files            59      59       
  Stmts          6240    6240       
  Branches          0       0       
  Methods                           
=======================================
  Hit            4851    4851       
  Partial           0       0       
  Missed         1389    1389       

Review entire Coverage Diff as of 42b56d8


Uncovered Suggestions

  1. +0.15% via ...f_MetadataStream.cpp#823...831
  2. +0.13% via ...f_MetadataStream.cpp#785...792
  3. +0.09% via ..._vmf_MetadataSet.cpp#24...28
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

apavlenko commented 8 years ago

:+1: