Page MenuHomeFreeBSD

Disable -Wcast-align in libbsm and libauditd
ClosedPublic

Authored by asomers on Jul 28 2018, 5:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 7 2024, 6:09 AM
Unknown Object (File)
May 6 2024, 11:25 PM
Unknown Object (File)
May 2 2024, 9:41 PM
Unknown Object (File)
May 1 2024, 1:06 PM
Unknown Object (File)
May 1 2024, 6:47 AM
Unknown Object (File)
Apr 25 2024, 8:40 AM
Unknown Object (File)
Apr 6 2024, 6:19 PM
Unknown Object (File)
Mar 22 2024, 10:24 PM
Subscribers

Details

Summary

Disable -Wcast-align in libbsm and libauditd

Along with some pending upstream changes, this will allow raising the WARNS
level.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

aniketp requested changes to this revision.Jul 28 2018, 6:10 PM
aniketp added inline comments.
lib/libauditd/Makefile
27 ↗(On Diff #45956)

s/cating/casting

lib/libbsm/Makefile
185 ↗(On Diff #45956)

Same here!

This revision now requires changes to proceed.Jul 28 2018, 6:10 PM
lib/libauditd/Makefile
30–32 ↗(On Diff #45956)

Isn't the next best thing disabling it in only one file?

Does CWARNFLAGS.auditd_lib.c+= -Wno-cast-align work?

Similar below.

LGTM assuming the CWARNFLAGS.foo construct actually works — I did not test it :-).

This revision is now accepted and ready to land.Jul 28 2018, 7:55 PM
This revision was automatically updated to reflect the committed changes.