Page MenuHomeFreeBSD

Disable -Wcast-align in libbsm and libauditd
ClosedPublic

Authored by asomers on Jul 28 2018, 5:54 PM.
Tags
None
Referenced Files
F109117622: D16486.id45962.diff
Sat, Feb 1, 12:42 AM
Unknown Object (File)
Sat, Jan 25, 7:40 PM
Unknown Object (File)
Fri, Jan 24, 7:20 PM
Unknown Object (File)
Sat, Jan 18, 5:43 PM
Unknown Object (File)
Thu, Jan 9, 7:38 PM
Unknown Object (File)
Dec 8 2024, 4:12 PM
Unknown Object (File)
Nov 28 2024, 10:48 PM
Unknown Object (File)
Oct 19 2024, 6:56 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.