Page MenuHomeFreeBSD

iwlwifi: Disable -Wformat when building with GCC.
ClosedPublic

Authored by jhb on Feb 2 2022, 8:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 1, 9:55 AM
Unknown Object (File)
Tue, Dec 10, 3:02 PM
Unknown Object (File)
Dec 3 2024, 12:12 PM
Unknown Object (File)
Dec 3 2024, 12:11 PM
Unknown Object (File)
Dec 3 2024, 12:11 PM
Unknown Object (File)
Dec 3 2024, 12:04 PM
Unknown Object (File)
Oct 27 2024, 12:37 PM
Unknown Object (File)
Oct 5 2024, 4:37 AM
Subscribers

Details

Summary

GCC's -Wformat complains about NULL format strings passed to
iwl_fw_dbg_collect_trig (though the function handles NULL format
strings). Curious that upstream iwlwifi in Linux is built with GCC
and explicitly opts into this warning via the __printf() attribute.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44253
Build 41141: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Feb 2 2022, 8:21 PM

Yeah, on the other hand they seem to have trouble adding extra options to just the driver -- from my reading between lines; who knows...

This revision is now accepted and ready to land.Feb 2 2022, 9:44 PM