Page MenuHomeFreeBSD

Disable errors for -Wredundant-decls for GCC 6+.
ClosedPublic

Authored by jhb on Jul 19 2020, 8:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 18 2024, 9:39 PM
Unknown Object (File)
Oct 4 2024, 10:50 AM
Unknown Object (File)
Oct 4 2024, 8:43 AM
Unknown Object (File)
Oct 4 2024, 5:49 AM
Unknown Object (File)
Oct 3 2024, 8:57 PM
Unknown Object (File)
Oct 3 2024, 5:54 PM
Unknown Object (File)
Oct 3 2024, 11:47 AM
Unknown Object (File)
Oct 2 2024, 11:50 PM

Details

Summary

GCC triggers warnings for this that clang does not for duplicate
declarations of yylex().

Test Plan
  • built world with amd64-gcc6

Diff Detail

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