<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW --- - No scandir function available"
href="https://bugs.freedesktop.org/show_bug.cgi?id=77034">bug 77034</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>akira@tagoh.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - No scandir function available"
href="https://bugs.freedesktop.org/show_bug.cgi?id=77034#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - No scandir function available"
href="https://bugs.freedesktop.org/show_bug.cgi?id=77034">bug 77034</a>
from <span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span></b>
<pre>-Werror isn't for debugging purpose. it is required to detect the difference of
the implementation in scandir. and the incompatible pointer type thing which is
the warning we want to detect here, is enabled by default in gcc for
traditional reason. due to that, there seems no options to control it to make
it as an error: see <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37866">http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37866</a>
Any suggestions and/or patches are welcome.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>