Page MenuHomeFreeBSD

Disable -Wdangling-pointer for the kernel for GCC 12.
ClosedPublic

Authored by jhb on Dec 7 2022, 8:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 21 2024, 6:23 AM
Unknown Object (File)
Nov 18 2024, 9:29 AM
Unknown Object (File)
Nov 16 2024, 1:01 AM
Unknown Object (File)
Nov 15 2024, 11:44 PM
Unknown Object (File)
Nov 15 2024, 9:56 PM
Unknown Object (File)
Nov 6 2024, 12:21 AM
Unknown Object (File)
Nov 5 2024, 7:10 PM
Unknown Object (File)
Oct 22 2024, 6:58 AM
Subscribers
None

Details

Summary

Some of the warnings raised in the kernel seem to be outright bugs
(e.g. the cases in ata_xpt.c and scsi_xpt.c). Other cases are not
fatal and it didn't seem to find any legitimate bugs in the kernel.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable