Changes between Version 11 and Version 12 of WimplicitFunctionDeclaration


Ignore:
Timestamp:
Jul 21, 2023, 9:46:56 AM (10 months ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • WimplicitFunctionDeclaration

    v11 v12  
    288288=== MacPorts code ===
    289289
    290 Want to learn now a feature really works? As the wise teachers say, "Read the source, Luke."  Here are links to MacPorts source code which relates to the -Wimplicit-function-declaration warning.
     290Want to learn how a feature really works? As the wise teachers say, "Read the source, Luke."  Here are links to MacPorts source code which relates to the -Wimplicit-function-declaration warning.
    291291
    292292  * [https://github.com/macports/macports-base/blob/13b4fc42766bfb15fe6aa7b8e5aa1364dc632158/src/port1.0/portconfigure.tcl#L1785-L1835 portconfigure.tcl#L1785-L1835], where the `port` base code reads the whitelist and issues the -Wimplicit-function-declaration warning.