[Bug 280210] '#include <stdatomic.h>' fails when -std=c99 and -pedantic-errors options are specified (found on the multimedia/librist port)
Date: Tue, 09 Jul 2024 22:30:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280210 --- 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. -- You are receiving this mail because: You are the assignee for the bug.