<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3e282998addc3e39c67347d77d05bd38a7ffb470">https://github.com/macports/macports-ports/commit/3e282998addc3e39c67347d77d05bd38a7ffb470</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3e282998addc3e39c67347d77d05bd38a7ffb470
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sat Jul 22 03:43:12 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    the_Foundation: do not treat warnings as errors
</span>---
 devel/the_Foundation/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/the_Foundation/Portfile b/devel/the_Foundation/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea95d4b8a65..ac6bd191e2c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/the_Foundation/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/the_Foundation/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,3 +35,7 @@ worksrcdir          the_foundation
</span> patchfiles-append   patch-environ.diff
 
 compiler.c_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# t_test.c: error: variable 'remCount' set but not used [-Werror,-Wunused-but-set-variable]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DTFDN_ENABLE_WARN_ERROR=OFF
</span></pre><pre style='margin:0'>

</pre>