Skip to content
Commit f8284708 authored by Kevin Funk's avatar Kevin Funk
Browse files

sgp4: Patch source to make it compile with libc++

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
        ^
```

Reviewers: #marble, nienhueser

Reviewed By: #marble, nienhueser

Subscribers: nienhueser

Differential Revision: https://phabricator.kde.org/D3708
parent 16da841d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment