freebsd / atf

Libraries to write tests in C, C++ and shell
Other
133 stars 45 forks source link

Avoid the need for -Wno-error=unused-private-field in ATF for NetBSD #11

Closed jmmv closed 10 years ago

jmmv commented 10 years ago

From jmmv@google.com on December 07, 2012 13:18:31

The -Wno-error=unused-private-field flag was added to the ATF build in NetBSD because otherwise we were raising warnings when building with clang. Figure out what fields are the unused ones and either nuke them or silence the warning with an attribute, if possible.

Original issue: http://code.google.com/p/kyua/issues/detail?id=51

jmmv commented 10 years ago

Not worth wasting my time here.