<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 08/03/18 22:36, Jason Ekstrand
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAOFGe94GzzwHEHp2MbCCYyYvKcqSBbO9pNd7xXbmbqnEP1UiQQ@mail.gmail.com">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
hash_table_foreach(brw-><wbr>perfquery.oa_metrics_table,
entry) {<br>
struct brw_perf_query_info *query = entry->data;<br>
- char config_path[256];<br>
+ char config_path[280];<br>
</blockquote>
<div><br>
</div>
<div>What's with the bump?</div>
</blockquote>
Because the compiler is complaining.<br>
It's able to see the length of the arguments
(brw->perfquery.sysfs_dev_dir is already 256 + the other
arguments...)<br>
<br>
It's like compiler are getting really good or something ;)<br>
</body>
</html>