Opened 3 years ago

Last modified 3 years 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)

config.log (319.1 KB) - added by ddissett (daniel dissett) 3 years ago.
referenced config.log

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by ddissett (daniel dissett)

Attachment: config.log added

referenced config.log

comment:1 Changed 3 years 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 3 years ago by jmroot (Joshua Root)

Owner: changed from raimue@… to raimue
Note: See TracTickets for help on using tickets.