[MacPorts] WimplicitFunctionDeclaration modified

MacPorts Wiki noreply at macports.org
Tue May 7 04:12:20 UTC 2024


Page "WimplicitFunctionDeclaration" was changed by ryandesign
Diff URL: <https://trac.macports.org/wiki/WimplicitFunctionDeclaration?action=diff&version=14>
Revision 14
Comment: Mention llvm.org clang 16 and later are also affected
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: WimplicitFunctionDeclaration
=========================================================================
--- WimplicitFunctionDeclaration (version: 13)
+++ WimplicitFunctionDeclaration (version: 14)
@@ -23,7 +23,7 @@
 %
 }}}
 
-MacPorts displays the same warning message, "Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled", for every port. Each of the following lines gives the name of a function the configure script accessed without declaring it first. It is a clue for investigating the situation. The implicit function declaration could potentially cause the port to configure incorrectly when using Xcode 12 or newer. Each function name will only be listed once even if the configure script accesses that function multiple times.
+MacPorts displays the same warning message, "Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled", for every port. Each of the following lines gives the name of a function the configure script accessed without declaring it first. It is a clue for investigating the situation. The implicit function declaration could potentially cause the port to configure incorrectly when using Apple clang 12 or newer (from Xcode 12 or the Xcode 12 version of the command line tools or newer) or llvm.org clang 16 or newer. Each function name will only be listed once even if the configure script accesses that function multiple times.
 
 In this example, there are three indications. They are related to the functions `strcmp`, `exit`, and `at_quick_exit`. 
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/WimplicitFunctionDeclaration>
MacPorts <https://www.macports.org/>
Ports system for macOS

This is an automated message. Someone added your email address to be
notified of changes on 'WimplicitFunctionDeclaration' page.
If it was not you, please report to admin at macports.org.


More information about the macports-changes mailing list