Opened 3 years ago
Closed 3 years ago
#64700 closed defect (fixed)
aom: Configuration logfiles contain indications of -Wimplicit-function-declaration in "feenableexcept"
Reported by: | judaew (Vadym-Valdis Yudaiev) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | wimplicit-function-declaration | Cc: | judaew (Vadym-Valdis Yudaiev) |
Port: | aom |
Description
Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled: feenableexcept: found in build/CMakeFiles/CMakeError.log
Attachments (1)
Change History (4)
Changed 3 years ago by judaew (Vadym-Valdis Yudaiev)
Attachment: | CMakeError.log added |
---|
comment:1 Changed 3 years ago by judaew (Vadym-Valdis Yudaiev)
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
As far as I can tell, feenableexcept
is a Linux (GNU libc) function that does not exist on any version of macOS, so it should be added to the global implicit function exclusion files.
comment:3 Changed 3 years ago by Vadim-Valdis Yudaev <judaew@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
See more on WimplicitFunctionDeclaration