Skip site navigation (1)Skip section navigation (2)
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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254714

--- 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254714-227-wMjXu0kCOA>