HomeFreeBSD

Suppress -Wempty-body warnings in GCC 6.x and later.

Description

Suppress -Wempty-body warnings in GCC 6.x and later.

libc++ in LLVM 11 uses an empty else clause in
include/c++/v1/__thread_support which triggers this warning.

Reviewed by: dim, emaste
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D26257

Details

Provenance
jhbAuthored on
Reviewer
dim
Differential Revision
D26257: Suppress -Wempty-body warnings in GCC 6.x and later.
Parents
rS365012: Fix the build of scandir_b with GCC.
Branches
Unknown
Tags
Unknown