<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/2eb401b23e8e78c8232b1c0caa2a83bc5d6daa7f">https://github.com/macports/macports-base/commit/2eb401b23e8e78c8232b1c0caa2a83bc5d6daa7f</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 2eb401b2 Fix typo in warning
</span>2eb401b2 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2eb401b23e8e78c8232b1c0caa2a83bc5d6daa7f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Dec 6 22:26:53 2020 -0600
<span style='display:block; white-space:pre;color:#404040;'> Fix typo in warning
</span>---
src/port1.0/portconfigure.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portconfigure.tcl b/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index e79fb55f..910b1e66 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1771,7 +1771,7 @@ proc portconfigure::check_implicit_function_declarations {} {
</span> }
if {[array size undeclared_functions] > 0} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_warn "Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentially disabled:"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_warn "Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled:"
</span> foreach {function files} [array get undeclared_functions] {
ui_msg [format " %s: found in %s" $function [join $files ", "]]
}
</pre><pre style='margin:0'>
</pre>