Opened 19 months ago
Last modified 19 months ago
#67228 assigned defect
vim @9.0.1276_0+huge+perl+python311+x11: WimplicitFunctionDeclaration reported for timer_create and statacl
Reported by: | ddissett (daniel dissett) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | vim |
Description
- configuring
- vim @9.0.1276_0+huge+perl+python311+x11
- macOS
- 10.14.6 (18G9323)
- Xcode
- Version 11.3.1 (11C505)
produces this warning:
Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled: statacl: found in vim-9.0.1276/src/auto/config.log timer_create: found in vim-9.0.1276/src/auto/config.log
I believe this is a false alarm.
the timer_create implicit decl occurs in these tests:
- checking for timer_create without -lrt
- checking for timer_create with -lrt
the stat_acl implicit decl occurs in this test:
- checking for AIX ACL support
I believe all three checks should fail on MacOS so I don't think this affects the build.
Attachments (1)
Change History (3)
Changed 19 months ago by ddissett (daniel dissett)
Attachment: | config.log added |
---|
comment:1 Changed 19 months ago by ryandesign (Ryan Carsten Schmidt)
In which case, the problem is not specific to vim and the functions should be added to the global exclusion lists.
comment:2 Changed 19 months ago by jmroot (Joshua Root)
Owner: | changed from raimue@… to raimue |
---|
Note: See
TracTickets for help on using
tickets.
referenced config.log