<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - piglit_wfl_framework.c:287:4: error: void function 'parse_test_config' should not return a value [-Wreturn-type]"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97063">97063</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>piglit_wfl_framework.c:287:4: error: void function 'parse_test_config' should not return a value [-Wreturn-type]
</td>
</tr>
<tr>
<th>Product</th>
<td>piglit
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Keywords</th>
<td>regression
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>tests
</td>
</tr>
<tr>
<th>Assignee</th>
<td>piglit@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vlee@freedesktop.org
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>piglit@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>emil.l.velikov@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>piglit: 212f71dcff6cd80a02cc662661385c3de45a4a45 (master)
[ 2%] Building C object
target_api/gl/tests/util/CMakeFiles/piglitutil_gl.dir/piglit-framework-gl/piglit_wfl_framework.c.o
tests/util/piglit-framework-gl/piglit_wfl_framework.c:287:4: error: void
function
'parse_test_config' should not return a value [-Wreturn-type]
return NULL;
^ ~~~~
tests/util/piglit-framework-gl/piglit_wfl_framework.c:469:34: warning: passing
'int32_t **' (aka 'int **') to parameter of type 'const int32_t **' (aka
'const int **') discards qualifiers in
nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
partial_config_attrib_list, &attrib_list);
^~~~~~~~~~~~
tests/util/piglit-framework-gl/piglit_wfl_framework.c:186:34: note: passing
argument to
parameter 'attrib_list' here
const int32_t *attrib_list[])
^</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>