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)
Sat, Apr 6, 6:19 PM
Unknown Object (File)
Mar 22 2024, 10:24 PM
Unknown Object (File)
Mar 22 2024, 10:24 PM
Unknown Object (File)
Mar 22 2024, 10:24 PM
Unknown Object (File)
Mar 22 2024, 11:58 AM
Unknown Object (File)
Mar 8 2024, 7:14 AM
Unknown Object (File)
Mar 7 2024, 11:45 PM
Unknown Object (File)
Jan 6 2024, 5:58 AM
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.