Date: Tue, 09 Jul 2024 22:30:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 280210] '#include <stdatomic.h>' fails when -std=c99 and -pedantic-errors options are specified (found on the multimedia/librist port) Message-ID: <bug-280210-227-msX3Nr1HpP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280210-227@https.bugs.freebsd.org/bugzilla/> References: <bug-280210-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=3D280210 --- Comment #4 from Konstantin Belousov <kib@FreeBSD.org> --- The feature is C11, but the error is self-inflicting: code is compiled in pedantic mode + gnu99. Otherwise, it would just work. --=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-280210-227-msX3Nr1HpP>