[Differential] [Request, 5 lines] D3708: sgp4: Patch source to make it compile with libc++

kfunk (Kevin Funk) noreply at phabricator.kde.org
Fri Dec 16 16:02:13 UTC 2016


kfunk created this revision.

REVISION SUMMARY
  asinh is part of math.h since C99 times, there's no need to define it
  ourselves.
  
  Fixes compilation with Clang:
  .../marble/src/3rdparty/sgp4/sgp4ext.cpp:210:9:
  error: 'asinh' is missing exception specification 'throw()'
  double  asinh
  
    ^
  
  .../marble/src/3rdparty/sgp4/sgp4ext.h:65:9: note:
  previous declaration is here
  double  asinh
  
    ^

REPOSITORY
  R34 Marble

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D3708

AFFECTED FILES
  src/3rdparty/sgp4/sgp4ext.cpp
  src/3rdparty/sgp4/sgp4ext.h

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: kfunk
Cc: marble-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/marble-devel/attachments/20161216/75b32c9e/attachment.html>


More information about the Marble-devel mailing list