[Bug 254714] include <math.h> contains a c11 extension
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 8 10:06:53 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254714
--- Comment #2 from Dimitry Andric <dim at FreeBSD.org> ---
Why is this code trying to compile with -pedantic? If you use that, you know
that you will receive pedantic warnings, which are not usually useful. I'd say
the solution is "do not use -pedantic"? Then it works just fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list