Date: Thu, 08 Apr 2021 10:06:53 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 254714] include <math.h> contains a c11 extension Message-ID: <bug-254714-227-wMjXu0kCOA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-254714-227@https.bugs.freebsd.org/bugzilla/> References: <bug-254714-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254714 --- Comment #2 from Dimitry Andric <dim@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254714-227-wMjXu0kCOA>