Commit be980e9a authored by dearblue's avatar dearblue

Suppress __FreeBSD_version warns for FreeBSD

parent 49cce74c
......@@ -161,6 +161,10 @@ erfc(double x)
#endif
#if defined __FreeBSD__ && !defined __FreeBSD_version
#include <osreldate.h> /* for __FreeBSD_version */
#endif
#if (defined _MSC_VER && _MSC_VER < 1800) || defined __ANDROID__ || (defined __FreeBSD__ && __FreeBSD_version < 803000)
double
......
Markdown is supported
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