Changes between Version 9 and Version 10 of WimplicitFunctionDeclaration


Ignore:
Timestamp:
May 20, 2023, 12:15:33 AM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Add strchr anchor

Legend:

Unmodified
Added
Removed
Modified
  • WimplicitFunctionDeclaration

    v9 v10  
    237237
    238238== Add names to whitelist via Portfile ==
     239[=#strchr]
    239240
    240241Sometimes the reason why implicit function declaration(s) should be allowed is not general to a macOS version but is specific to a port. The most common instance of this is that recent versions of autoconf deliberately try to use `strchr` without including the right header in order to see how the compiler reacts to that: