[MacPorts] #68104: elmerfem @2023.08.25: Shouldn't use -Wno-error=implicit-function-declaration
MacPorts
noreply at macports.org
Thu Aug 31 11:40:59 UTC 2023
#68104: elmerfem @2023.08.25: Shouldn't use -Wno-error=implicit-function-
declaration
------------------------+--------------------------
Reporter: ryandesign | Owner: barracuda156
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Keywords: arm64 | Port: elmerfem
------------------------+--------------------------
The Portfile contains these lines:
{{{#!tcl
if {[string match *clang* ${configure.compiler}]} {
# Load.c: error: call to undeclared function 'var_copy_transpose'; ISO
C99 and later do not support implicit function declarations
configure.cflags-append \
-Wno-error=implicit-function-declaration
}
}}}
Instead, the problem should be fixed properly. See
WimplicitFunctionDeclaration. Doesn't have to be fixed by you; could be
done by the developer. If the problem has not been reported to them,
please do.
--
Ticket URL: <https://trac.macports.org/ticket/68104>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list